// ESAF : Euso Simulation and Analysis Framework
// $Id: InCloudsPropagator.cc,v 1.4 2004/12/08 10:08:21 moreggia Exp $
// Sylvain Moreggia created Jun,  1 2004
#include "InCloudsPropagator.hh"
ClassImp(InCloudsPropagator)
//_____________________________________________________________________________
InCloudsPropagator::InCloudsPropagator() : BunchPropagator() {
    //
    // ctor (should not be used)
    //
}
//_____________________________________________________________________________
InCloudsPropagator::InCloudsPropagator(const Ground* g) : BunchPropagator(g) {
    //
    // ctor (should not be used)
    //
}
//_____________________________________________________________________________
InCloudsPropagator::~InCloudsPropagator() {
    //
    // dtor
    //
}