source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/radiativetransfer/src/InCloudsPropagator.cc @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 776 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: InCloudsPropagator.cc 1267 2004-12-08 10:08:23Z moreggia $
3// Sylvain Moreggia created Jun,  1 2004
4
5#include "InCloudsPropagator.hh"
6
7ClassImp(InCloudsPropagator)
8
9//_____________________________________________________________________________
10InCloudsPropagator::InCloudsPropagator() : BunchPropagator() {
11    //
12    // ctor (should not be used)
13    //
14}
15
16//_____________________________________________________________________________
17InCloudsPropagator::InCloudsPropagator(const Ground* g) : BunchPropagator(g) {
18    //
19    // ctor (should not be used)
20    //
21}
22
23//_____________________________________________________________________________
24InCloudsPropagator::~InCloudsPropagator() {
25    //
26    // dtor
27    //
28}
Note: See TracBrowser for help on using the repository browser.