CMS 3D CMS Logo

MaterialBudget.h
Go to the documentation of this file.
1 #ifndef Validation_Geometry_MaterialBudget_h
2 #define Validation_Geometry_MaterialBudget_h
3 
7 
8 #include <CLHEP/Vector/LorentzVector.h>
9 
10 class BeginOfRun;
11 class BeginOfTrack;
12 class G4Step;
13 class EndOfTrack;
14 #include "G4LogicalVolume.hh"
15 
16 #include <TH1F.h>
17 #include <TH2F.h>
18 #include <TProfile.h>
19 #include <TProfile2D.h>
20 
21 #include <string>
22 #include <vector>
23 
24 class MaterialBudget : public SimWatcher,
25  public Observer<const BeginOfRun*>,
26  public Observer<const BeginOfTrack*>,
27  public Observer<const G4Step*>,
28  public Observer<const EndOfTrack*> {
29 public:
31  MaterialBudget(const MaterialBudget&) = delete; // stop default
32  ~MaterialBudget() override;
33 
34  const MaterialBudget& operator=(const MaterialBudget&) = delete; // ...
35 
36 private:
37  void update(const BeginOfRun*) override;
38  void update(const BeginOfTrack*) override;
39  void update(const G4Step*) override;
40  void update(const EndOfTrack*) override;
41 
42  void book(const edm::ParameterSet&);
43  bool stopAfter(const G4Step*);
44 
45  std::vector<std::string> detTypes, detNames;
47  std::vector<double> etaRegions, boundaries;
48  std::vector<G4LogicalVolume*> logVolumes;
49  std::vector<TProfile*> me100, me200, me300, me400, me500, me600;
50  std::vector<double> stepLen, radLen, intLen;
51  double eta_, phi_, stepT;
52 };
53 
54 #endif
std::vector< TProfile * > me300
std::vector< int > detLevels
std::vector< double > intLen
std::vector< std::string > detNames
std::vector< int > regionTypes
std::vector< double > stepLen
~MaterialBudget() override
MaterialBudget(const edm::ParameterSet &)
std::vector< TProfile * > me600
std::vector< TProfile * > me100
const MaterialBudget & operator=(const MaterialBudget &)=delete
void book(const edm::ParameterSet &)
void update(const BeginOfRun *) override
This routine will be called when the appropriate signal arrives.
bool stopAfter(const G4Step *)
std::vector< TProfile * > me400
std::vector< TProfile * > me200
std::vector< TProfile * > me500
std::vector< double > boundaries
std::vector< std::string > detTypes
std::vector< double > etaRegions
std::vector< int > stackOrder
std::vector< double > radLen
std::vector< G4LogicalVolume * > logVolumes
std::vector< int > constituents