CMS 3D CMS Logo

HcalTB06BeamSD.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_HcalTB06BeamSD_h
2 #define SimG4CMS_HcalTB06BeamSD_h
3 // File: HcalTB06BeamSD.h
5 // Description: Stores hits of Beam counters for H2 TB06 in appropriate
6 // containers
8 
10 
11 #include "G4String.hh"
12 
13 #include <string>
14 
15 class DDCompactView;
16 class DDFilteredView;
17 class G4Step;
18 class G4Material;
19 
20 class HcalTB06BeamSD : public CaloSD {
21 
22 public:
23 
24  HcalTB06BeamSD(const std::string&, const DDCompactView &,
26  edm::ParameterSet const &, const SimTrackManager*);
27  ~HcalTB06BeamSD() override;
28  double getEnergyDeposit(G4Step* ) override;
29  uint32_t setDetUnitId(const G4Step* step) override;
30 
31 private:
32 
33  std::vector<G4String> getNames(DDFilteredView&);
34  bool isItWireChamber(const G4String&);
35 
36  bool useBirk;
37  double birk1, birk2, birk3;
38  std::vector<G4String> wcNames;
39  G4String matName;
40 };
41 
42 #endif // HcalTB06BeamSD_h
std::vector< G4String > wcNames
Definition: CaloSD.h:42
type of data representation of DDCompactView
Definition: DDCompactView.h:90
bool isItWireChamber(const G4String &)
HcalTB06BeamSD(const std::string &, const DDCompactView &, const SensitiveDetectorCatalog &, edm::ParameterSet const &, const SimTrackManager *)
const std::vector< std::string > & getNames() const
uint32_t setDetUnitId(const G4Step *step) override
~HcalTB06BeamSD() override
G4String matName
step
double getEnergyDeposit(G4Step *) override