CMS 3D CMS Logo

HFWedgeSD.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_ShowerLibraryProducer_HFWedgeSD_h
2 #define SimG4CMS_ShowerLibraryProducer_HFWedgeSD_h
3 
6 
9 
10 #include "G4VPhysicalVolume.hh"
11 #include "G4Track.hh"
12 
13 #include <map>
14 
15 class G4Step;
16 class G4HCofThisEvent;
17 
19 
20 public:
21 
22  explicit HFWedgeSD(const std::string&, const DDCompactView & cpv,
23  const SensitiveDetectorCatalog & clg,
24  edm::ParameterSet const &p, const SimTrackManager*);
25  ~HFWedgeSD() override;
26 
27  void Initialize(G4HCofThisEvent * HCE) override;
28  bool ProcessHits(G4Step * step,G4TouchableHistory * tHistory) override;
29  void EndOfEvent(G4HCofThisEvent * eventHC) override;
30  void clear() override;
31  void DrawAll() override;
32  void PrintAll() override;
33 
34  void clearHits() override;
35  uint32_t setDetUnitId(const G4Step*) override;
36  void fillHits(edm::PCaloHitContainer&, const std::string&) override;
37 
38 protected:
39 
40  G4bool hitExists();
42  void updateHit(HFShowerG4Hit*);
43 
44 private:
45 
47 
48  int hcID;
50  std::map<int,HFShowerG4Hit*> hitMap;
51 
53  double edep, time;
54  G4ThreeVector globalPos, localPos, momDir;
56 };
57 
58 #endif
HFWedgeSD(const std::string &, const DDCompactView &cpv, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p, const SimTrackManager *)
Definition: HFWedgeSD.cc:19
std::vector< PCaloHit > PCaloHitContainer
int previousID
Definition: HFWedgeSD.h:52
void updateHit(HFShowerG4Hit *)
Definition: HFWedgeSD.cc:113
void Initialize(G4HCofThisEvent *HCE) override
Definition: HFWedgeSD.cc:31
int hcID
Definition: HFWedgeSD.h:48
G4ThreeVector momDir
Definition: HFWedgeSD.h:54
bool ProcessHits(G4Step *step, G4TouchableHistory *tHistory) override
Definition: HFWedgeSD.cc:42
void DrawAll() override
Definition: HFWedgeSD.cc:70
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
void fillHits(edm::PCaloHitContainer &, const std::string &) override
Definition: HFWedgeSD.cc:133
double edep
Definition: HFWedgeSD.h:53
int trackID
Definition: HFWedgeSD.h:52
const SimTrackManager * m_trackManager
Definition: HFWedgeSD.h:46
void clearHits() override
Definition: HFWedgeSD.cc:123
G4bool hitExists()
Definition: HFWedgeSD.cc:74
G4ThreeVector localPos
Definition: HFWedgeSD.h:54
HFShowerG4HitsCollection * theHC
Definition: HFWedgeSD.h:49
void EndOfEvent(G4HCofThisEvent *eventHC) override
Definition: HFWedgeSD.cc:62
uint32_t setDetUnitId(const G4Step *) override
Definition: HFWedgeSD.cc:128
HFShowerG4Hit * currentHit
Definition: HFWedgeSD.h:55
double time
Definition: HFWedgeSD.h:53
void PrintAll() override
Definition: HFWedgeSD.cc:72
~HFWedgeSD() override
Definition: HFWedgeSD.cc:27
HFShowerG4Hit * createNewHit()
Definition: HFWedgeSD.cc:91
step
Definition: StallMonitor.cc:94
void clear() override
Definition: HFWedgeSD.cc:68
int currentID
Definition: HFWedgeSD.h:52
std::map< int, HFShowerG4Hit * > hitMap
Definition: HFWedgeSD.h:50
G4THitsCollection< HFShowerG4Hit > HFShowerG4HitsCollection
Definition: HFShowerG4Hit.h:59
G4ThreeVector globalPos
Definition: HFWedgeSD.h:54