CMS 3D CMS Logo

CastorSD.h
Go to the documentation of this file.
1 #ifndef Forward_CastorSD_h
2 #define Forward_CastorSD_h
3 // -*- C++ -*-
4 //
5 // Package: Forward
6 // Class : CastorSD
7 //
16 //
17 // Original Author:
18 // Created: Tue May 16 10:14:34 CEST 2006
19 
20 // system include files
21 
22 // user include files
23 
28 #include "G4LogicalVolume.hh"
29 
30 class CastorSD : public CaloSD {
31 
32 public:
33 
34  CastorSD(const std::string&, const DDCompactView &, const SensitiveDetectorCatalog & clg,
35  edm::ParameterSet const &, const SimTrackManager*);
36  ~CastorSD() override;
37  double getEnergyDeposit(G4Step* ) override;
38  uint32_t setDetUnitId(const G4Step* step) override;
40 
41 private:
42 
43  void getFromLibrary(G4Step*);
44  int setTrackID(G4Step*);
45  uint32_t rotateUnitID(uint32_t, G4Track*, const CastorShowerEvent&);
48  G4LogicalVolume *lvC3EF, *lvC3HF, *lvC4EF, *lvC4HF;
49  G4LogicalVolume *lvCAST; // Pointer for CAST sensitive volume (SL trigger)
50 
54 
55 protected:
56 
57  void initRun() override;
58 
59 };
60 
61 #endif // CastorSD_h
Definition: CaloSD.h:42
double getEnergyDeposit(G4Step *) override
Definition: CastorSD.cc:94
uint32_t setDetUnitId(const G4Step *step) override
Definition: CastorSD.cc:529
double non_compensation_factor
Definition: CastorSD.h:53
CastorNumberingScheme * numberingScheme
Definition: CastorSD.h:46
bool useShowerLibrary
Definition: CastorSD.h:51
uint32_t rotateUnitID(uint32_t, G4Track *, const CastorShowerEvent &)
Definition: CastorSD.cc:571
type of data representation of DDCompactView
Definition: DDCompactView.h:90
void getFromLibrary(G4Step *)
Definition: CastorSD.cc:636
G4LogicalVolume * lvC4HF
Definition: CastorSD.h:48
void initRun() override
Definition: CastorSD.cc:83
int setTrackID(G4Step *)
Definition: CastorSD.cc:547
G4LogicalVolume * lvC3HF
Definition: CastorSD.h:48
double energyThresholdSL
Definition: CastorSD.h:52
G4LogicalVolume * lvC4EF
Definition: CastorSD.h:48
CastorSD(const std::string &, const DDCompactView &, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &, const SimTrackManager *)
Definition: CastorSD.cc:30
~CastorSD() override
Definition: CastorSD.cc:77
G4LogicalVolume * lvCAST
Definition: CastorSD.h:49
CastorShowerLibrary * showerLibrary
Definition: CastorSD.h:47
void setNumberingScheme(CastorNumberingScheme *scheme)
Definition: CastorSD.cc:535
G4LogicalVolume * lvC3EF
Definition: CastorSD.h:48
step