Fast simulation histograms algorithm.
More...
#include <SimG4Fast/src/components/SimG4FastSimHistograms.h>
|
DataHandle< edm4hep::RecoMCParticleLinkCollection > | m_particlesMCparticles |
| Handle for the EDM particles and MC particles associations to be read.
|
|
SmartIF< ITHistSvc > | m_histSvc |
| Pointer to the interface of histogram service.
|
|
TH1F * | m_p {nullptr} |
|
TH1F * | m_eta {nullptr} |
|
TH1F * | m_diffP {nullptr} |
|
TH1F * | m_pdg {nullptr} |
|
Fast simulation histograms algorithm.
Fills validation histograms. It takes ParticleCollection ('smearedParticles') as the input.
- Author
- Anna Zaborowska
◆ SimG4FastSimHistograms()
SimG4FastSimHistograms::SimG4FastSimHistograms |
( |
const std::string & | aName, |
|
|
ISvcLocator * | aSvcLoc ) |
|
explicit |
◆ ~SimG4FastSimHistograms()
SimG4FastSimHistograms::~SimG4FastSimHistograms |
( |
| ) |
|
|
virtual |
◆ execute()
StatusCode SimG4FastSimHistograms::execute |
( |
const EventContext & | | ) |
const |
|
finalvirtual |
Fills the histograms.
- Returns
- status code
◆ finalize()
StatusCode SimG4FastSimHistograms::finalize |
( |
| ) |
|
|
finalvirtual |
Finalize.
- Returns
- status code
◆ initialize()
StatusCode SimG4FastSimHistograms::initialize |
( |
| ) |
|
|
finalvirtual |
Initialize.
- Returns
- status code
◆ m_diffP
TH1F* SimG4FastSimHistograms::m_diffP {nullptr} |
|
private |
◆ m_eta
TH1F* SimG4FastSimHistograms::m_eta {nullptr} |
|
private |
◆ m_histSvc
SmartIF<ITHistSvc> SimG4FastSimHistograms::m_histSvc |
|
private |
Pointer to the interface of histogram service.
◆ m_p
TH1F* SimG4FastSimHistograms::m_p {nullptr} |
|
private |
◆ m_particlesMCparticles
DataHandle<edm4hep::RecoMCParticleLinkCollection> SimG4FastSimHistograms::m_particlesMCparticles |
|
mutableprivate |
Initial value:{"ParticlesMCparticles",
Gaudi::DataHandle::Reader, this}
Handle for the EDM particles and MC particles associations to be read.
◆ m_pdg
TH1F* SimG4FastSimHistograms::m_pdg {nullptr} |
|
private |
The documentation for this class was generated from the following files: