Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (14 years ago)
Author:
garnier
Message:

update to geant4.9.3

Location:
trunk/examples/advanced/air_shower/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/advanced/air_shower/include/UltraAnalysisManager.hh

    r807 r1230  
    5858  class IAnalysisFactory;
    5959  class ITreeFactory;
    60 };
     60}
    6161#endif
    6262
  • trunk/examples/advanced/air_shower/include/UltraDetectorConstruction.hh

    r807 r1230  
    6060class UltraDetectorConstruction : public G4VUserDetectorConstruction
    6161{
     62 
    6263  public:
    6364    UltraDetectorConstruction();
     
    6667  public:
    6768    G4VPhysicalVolume* Construct();
     69
     70    inline G4double GetLambdaMin() const {return lambda_min;}
     71    inline G4double GetLambdaMax() const {return lambda_max;}
    6872
    6973  private:
     
    8286    UltraPMTSD*   PMTSD  ;          //pointer to the photomultiplier sensitive detector
    8387    G4SDManager*  SDmanager ;       // Sensitive Detector Manager
    84 
     88   
     89    G4double lambda_min ;
     90    G4double lambda_max ;
    8591};
    8692
Note: See TracChangeset for help on using the changeset viewer.