Import Geant4 9.2.0 source tree
This commit is contained in:
@@ -57,7 +57,7 @@ namespace AIDA{
|
||||
class IHistogramFactory;
|
||||
class IAnalysisFactory;
|
||||
class ITreeFactory;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
class UltraAnalysisManager
|
||||
|
||||
@@ -59,6 +59,7 @@ class UltraFresnelLens;
|
||||
|
||||
class UltraDetectorConstruction : public G4VUserDetectorConstruction
|
||||
{
|
||||
|
||||
public:
|
||||
UltraDetectorConstruction();
|
||||
~UltraDetectorConstruction();
|
||||
@@ -66,6 +67,9 @@ class UltraDetectorConstruction : public G4VUserDetectorConstruction
|
||||
public:
|
||||
G4VPhysicalVolume* Construct();
|
||||
|
||||
inline G4double GetLambdaMin() const {return lambda_min;}
|
||||
inline G4double GetLambdaMax() const {return lambda_max;}
|
||||
|
||||
private:
|
||||
|
||||
// Methods to build ULTRA
|
||||
@@ -81,7 +85,9 @@ class UltraDetectorConstruction : public G4VUserDetectorConstruction
|
||||
private:
|
||||
UltraPMTSD* PMTSD ; //pointer to the photomultiplier sensitive detector
|
||||
G4SDManager* SDmanager ; // Sensitive Detector Manager
|
||||
|
||||
|
||||
G4double lambda_min ;
|
||||
G4double lambda_max ;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user