ATLAS Offline Software
Loading...
Searching...
No Matches
BeamHaloGeneratorAlg Class Reference

A GenModule algorithm to produce beam halo HepMC records from input ASCII files produced with MARS or FLUKA beam background simulations. More...

#include <BeamHaloGeneratorAlg.h>

Inheritance diagram for BeamHaloGeneratorAlg:
Collaboration diagram for BeamHaloGeneratorAlg:

Public Member Functions

 BeamHaloGeneratorAlg (const std::string &name, ISvcLocator *svcLocator)
virtual ~BeamHaloGeneratorAlg ()=default
virtual StatusCode genInitialize ()
 For initializing the generator, if required.
virtual StatusCode genFinalize ()
 For finalising the generator, if required.
virtual StatusCode callGenerator ()
 Read one event from the selected input and convert it into GenEvent format.
virtual StatusCode fillEvt (HepMC::GenEvent *evt)
 Fill the GenEvent pointer with the contents of the GenEvent cache.
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const
Event loop algorithm methods: not to be overloaded
StatusCode initialize ()
StatusCode execute ()
StatusCode finalize ()
Gen-specific event loop methods: to be overloaded
virtual StatusCode genuserInitialize ()
 For initialization of user code, if required. Called after genInitialize.
Event collection accessors (const and non-const)
HepMC::GenEvent *event ATLAS_NOT_CONST_THREAD_SAFE ()
 Access the current signal event (first in the McEventCollection)
McEventCollection *events ATLAS_NOT_CONST_THREAD_SAFE ()
 Access the current event's McEventCollection.
const HepMC::GenEvent * event_const () const
 Access the current signal event (const)
const McEventCollectionevents_const () const
 Access the current event's McEventCollection (const)
const McEventCollectionevents_const (const EventContext &ctx) const
Particle data accessors
const ServiceHandle< IPartPropSvc > partPropSvc () const
 Access the particle property service.
const HepPDT::ParticleDataTable & particleTable () const
 Get a particle data table.
const HepPDT::ParticleDataTable & pdt () const
 Shorter alias to get a particle data table.
const HepPDT::ParticleData * particleData (int pid) const
 Access an element in the particle data table.

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Protected Attributes

Properties
std::string m_mcEventKey {}
 StoreGate key for the MC event collection (defaults to GEN_EVENT)
BooleanProperty m_mkMcEvent {this, "MakeMcEvent", false, "Create a new MC event collection if it doesn't exist"}
 Flag to determine if a new MC event collection should be made if it doesn't exist.

Private Types

enum  validationPlotsEnum {
  PRI_R , PRI_Z , PRI_Z_TCT , SP_R_ALL ,
  SP_E_ALL , SP_PZ_ALL , SP_PT_ALL , SP_R_PROTONS ,
  SP_E_PROTONS , SP_PZ_PROTONS , SP_PT_PROTONS , SP_R_MUONS ,
  SP_E_MUONS , SP_PZ_MUONS , SP_PT_MUONS , NPLOTS
}
typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

StringProperty m_inputTypeStr {this, "inputType", "MARS-NM"}
 Input file type and therefore associated beam halo generator that should be used.
StringProperty m_inputFile {this, "inputFile", "bgi-b2l1.1"}
 Input file name.
DoubleProperty m_interfacePlane {this, "interfacePlane", 20850.0}
 The position of the interface plane in mm.
BooleanProperty m_enableFlip {this, "enableFlip", false}
 Flag for flipping event.
FloatProperty m_flipProbability {this, "flipProbability", 0.0}
 Flip probability.
BooleanProperty m_enableSampling {this, "enableSampling", false}
 Flag to enable or disable sampling.
StringProperty m_bufferFileName {this, "bufferFileName", "BinaryBuffer.bin"}
 The name of the binary buffer file, needed for sampling from a converted file.
StringArrayProperty m_generatorSettings {this, "generatorSettings", {}, "A set of cuts to be applied to generated particles."}
 A vector of strings defining generator settings.
BooleanProperty m_doMonitoringPlots {this, "doMonitoringPlots", false}
 A flag to allow monitoring plots to be turned on or off.
ServiceHandle< ITHistSvc > m_tHistSvc {this, "THistSvc", "THistSvc"}
 A pointer to the THist service for validation plots.
StringProperty m_randomStream {this, "randomStream", "BeamHalo"}
 Name of the random number stream.
BeamHaloGeneratorm_beamHaloGenerator {}
 A pointer to the beam halo generator.
HepMC::GenEvent m_evt {}
 An empty GenEvent to cache the generate output between callGenerator and fillEvt.
TH1F * m_validationPlots [NPLOTS]
 An array of TH1F pointers for validation plots.
DataObjIDColl m_extendedExtraObjects
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default)
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Features for derived classes to use internally

ServiceHandle< IAthRNGSvcm_rndmSvc {this, "RndmSvc", "AthRNGSvc"}
 Data members.
ServiceHandle< IIncidentSvc > m_incidentSvc {this, "IncidentSvc", "IncidentSvc"}
 Handle on the incident service.
IntegerProperty m_randomSeed {this, "RandomSeed", 1234567, "Random seed for the built-in random engine"}
 Seed for random number engine.
BooleanProperty m_isAfterburner {this, "IsAfterburner", false, "Set true if generator modifies existing events rather than creating new ones"}
 Flag for normal vs. afterburner generators.
CLHEP::HepRandomEngine * getRandomEngine (const std::string &streamName, const EventContext &ctx) const
CLHEP::HepRandomEngine * getRandomEngine (const std::string &streamName, unsigned long int randomSeedOffset, const EventContext &ctx) const
CLHEP::HepRandomEngine * getRandomEngineDuringInitialize (const std::string &streamName, unsigned long int randomSeedOffset, unsigned int conditionsRun=1, unsigned int lbn=1) const

Utility event-mangling functions

Todo
Replace with HepMC units when available
ServiceHandle< IPartPropSvc > m_ppSvc {this, "PartPropSvc", "PartPropSvc"}
 Handle on the particle property service.
SG::ReadHandleKey< McEventCollectionm_mcevents_const { this, "McEventKey", "GEN_EVENT", "StoreGate key of the MC event collection" }
 Const handle to the MC event collection.
void GeVToMeV (HepMC::GenEvent *evt)
 Scale event energies/momenta by x 1000.
void MeVToGeV (HepMC::GenEvent *evt)
 Scale event energies/momenta by x 1/1000.
void cmTomm (HepMC::GenEvent *evt)
 Scale event lengths by x 10.
void mmTocm (HepMC::GenEvent *evt)
 Scale event lengths by x 1/10.

Detailed Description

A GenModule algorithm to produce beam halo HepMC records from input ASCII files produced with MARS or FLUKA beam background simulations.

Author
W. H. Bell W.Bel.nosp@m.l@ce.nosp@m.rn.ch

Definition at line 26 of file BeamHaloGeneratorAlg.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Member Enumeration Documentation

◆ validationPlotsEnum

Enumerator
PRI_R 
PRI_Z 
PRI_Z_TCT 
SP_R_ALL 
SP_E_ALL 
SP_PZ_ALL 
SP_PT_ALL 
SP_R_PROTONS 
SP_E_PROTONS 
SP_PZ_PROTONS 
SP_PT_PROTONS 
SP_R_MUONS 
SP_E_MUONS 
SP_PZ_MUONS 
SP_PT_MUONS 
NPLOTS 

Definition at line 87 of file BeamHaloGeneratorAlg.h.

87 {
88 PRI_R,
89 PRI_Z,
90 PRI_Z_TCT,
103 NPLOTS};

Constructor & Destructor Documentation

◆ BeamHaloGeneratorAlg()

BeamHaloGeneratorAlg::BeamHaloGeneratorAlg ( const std::string & name,
ISvcLocator * svcLocator )

Definition at line 17 of file BeamHaloGeneratorAlg.cxx.

18 : GenModule(name,svcLocator)
19{
20 for (int i=0;i<NPLOTS;i++) {
21 m_validationPlots[i] = nullptr;
22 }
23}
TH1F * m_validationPlots[NPLOTS]
An array of TH1F pointers for validation plots.
GenModule(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition GenModule.cxx:14

◆ ~BeamHaloGeneratorAlg()

virtual BeamHaloGeneratorAlg::~BeamHaloGeneratorAlg ( )
virtualdefault

Member Function Documentation

◆ ATLAS_NOT_CONST_THREAD_SAFE() [1/2]

HepMC::GenEvent *event GenBase::ATLAS_NOT_CONST_THREAD_SAFE ( )
inlineinherited

Access the current signal event (first in the McEventCollection)

Note
This function will make a new McEventCollection if there is not already a valid one and MakeMcEvent=True.

Definition at line 76 of file GenBase.h.

76 {
77 if (events()->empty())
78 ATH_MSG_ERROR("McEventCollection is empty during first event access");
79 return *(events()->begin());
80 }
#define ATH_MSG_ERROR(x)
static const Attributes_t empty

◆ ATLAS_NOT_CONST_THREAD_SAFE() [2/2]

McEventCollection *events GenBase::ATLAS_NOT_CONST_THREAD_SAFE ( )
inherited

Access the current event's McEventCollection.

Note
This function will make a new McEventCollection if there is not already a valid one and MakeMcEvent=True.

◆ callGenerator()

StatusCode BeamHaloGeneratorAlg::callGenerator ( )
virtual

Read one event from the selected input and convert it into GenEvent format.

If the end of file is reached the status code returned will not be success.

Reimplemented from GenModule.

Definition at line 148 of file BeamHaloGeneratorAlg.cxx.

148 {
149
150 const EventContext& ctx = Gaudi::Hive::currentContext();
151 CLHEP::HepRandomEngine* rndmEngine = this->getRandomEngine(m_randomStream, ctx);
152
153
154 // Clear the event ready for it to be filled with the next beam halo event.
155 m_evt.clear();
156
157 // Fill an event with particles from the converted ASCII input file.
158 // (If the end of file has already been reached this will return a
159 // non-zero value.)
160 if(m_beamHaloGenerator->fillEvt(&m_evt, rndmEngine) != 0) return StatusCode::FAILURE;
161
162 // Fill monitoring plots if requested
164 auto weightContainer = m_evt.weights();
165 if(weightContainer.size() != 5) {
166 ATH_MSG_WARNING("The number of weights for this event is not equal to 5.");
167 return StatusCode::SUCCESS;
168 }
169 double weight = weightContainer[0];
170 HepMC::FourVector primaryPosition(weightContainer[1],weightContainer[2],weightContainer[3],weightContainer[4]);
171 m_validationPlots[PRI_R]->Fill(primaryPosition.perp()/1000.0,weight);
172 m_validationPlots[PRI_Z]->Fill(weightContainer[3]/1000.0,weight);
173 m_validationPlots[PRI_Z_TCT]->Fill(std::fabs(weightContainer[3]/1000.0),weight);
174
175 double values[4];
176 int pdgId;
177 for (auto hepmc_part: m_evt) {
178 auto prodVertex = hepmc_part->production_vertex();
179 if(!prodVertex) continue;
180
181 // Store the values for use in the if conditions that follow
182 values[0] = prodVertex->position().perp()/1000.;
183 values[1] = hepmc_part->momentum().e()/1000.;
184 values[2] = hepmc_part->momentum().pz()/1000.;
185 values[3] = hepmc_part->momentum().perp()/1000.;
186
187 pdgId = hepmc_part->pdg_id(); if(pdgId<0) pdgId = -pdgId;
188 m_validationPlots[SP_R_ALL]->Fill(values[0],weight);
189 m_validationPlots[SP_E_ALL]->Fill(values[1],weight);
190 m_validationPlots[SP_PZ_ALL]->Fill(values[2],weight);
191 m_validationPlots[SP_PT_ALL]->Fill(values[3],weight);
192 if(pdgId == 2212) {
193 m_validationPlots[SP_R_PROTONS]->Fill(values[0],weight);
194 m_validationPlots[SP_E_PROTONS]->Fill(values[1],weight);
195 m_validationPlots[SP_PZ_PROTONS]->Fill(values[2],weight);
196 m_validationPlots[SP_PT_PROTONS]->Fill(values[3],weight);
197 }
198 else if(pdgId == 13) {
199 m_validationPlots[SP_R_MUONS]->Fill(values[0],weight);
200 m_validationPlots[SP_E_MUONS]->Fill(values[1],weight);
201 m_validationPlots[SP_PZ_MUONS]->Fill(values[2],weight);
202 m_validationPlots[SP_PT_MUONS]->Fill(values[3],weight);
203 }
204 }
205 }
206
207 return StatusCode::SUCCESS;
208}
#define ATH_MSG_WARNING(x)
BooleanProperty m_doMonitoringPlots
A flag to allow monitoring plots to be turned on or off.
StringProperty m_randomStream
Name of the random number stream.
BeamHaloGenerator * m_beamHaloGenerator
A pointer to the beam halo generator.
HepMC::GenEvent m_evt
An empty GenEvent to cache the generate output between callGenerator and fillEvt.
CLHEP::HepRandomEngine * getRandomEngine(const std::string &streamName, const EventContext &ctx) const
Definition GenModule.cxx:34

◆ cmTomm()

void GenBase::cmTomm ( HepMC::GenEvent * evt)
protectedinherited

Scale event lengths by x 10.

Definition at line 78 of file GenBase.cxx.

78 {
79 for (HepMC::GenEvent::vertex_iterator vtx = evt->vertices_begin(); vtx != evt->vertices_end(); ++vtx) {
80 const HepMC::FourVector fv((*vtx)->position().x() * 10,
81 (*vtx)->position().y() * 10,
82 (*vtx)->position().z() * 10,
83 (*vtx)->position().t() * 10);
84 (*vtx)->set_position(fv);
85 }
86}

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Algorithm > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Algorithm > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ event_const()

const HepMC::GenEvent * GenBase::event_const ( ) const
inlineinherited

Access the current signal event (const)

Definition at line 83 of file GenBase.h.

83 {
84 if (events_const()->empty())
85 ATH_MSG_ERROR("Const McEventCollection is empty during first event access");
86 return *(events_const()->begin());
87 }
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
const McEventCollection * events_const() const
Access the current event's McEventCollection (const)
Definition GenBase.h:96

◆ events_const() [1/2]

const McEventCollection * GenBase::events_const ( ) const
inlineinherited

Access the current event's McEventCollection (const)

Definition at line 96 of file GenBase.h.

96 {
97 return events_const( getContext() );
98 }

◆ events_const() [2/2]

const McEventCollection * GenBase::events_const ( const EventContext & ctx) const
inlineinherited

Definition at line 99 of file GenBase.h.

99 {
100 SG::ReadHandle<McEventCollection> ret = SG::makeHandle(m_mcevents_const, ctx);
101 if (!ret.isValid())
102 ATH_MSG_ERROR("No McEventCollection found in StoreGate with key " << m_mcevents_const.key());
103 return ret.cptr();
104 }
SG::ReadHandleKey< McEventCollection > m_mcevents_const
Const handle to the MC event collection.
Definition GenBase.h:163
virtual bool isValid() override final
Can the handle be successfully dereferenced?
const_pointer_type cptr()
Dereference the pointer.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Algorithm > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode GenModule::execute ( )
virtualinherited
Todo
Remove hard-coded alg name checking (already incomplete)

Reimplemented from GenBase.

Definition at line 70 of file GenModule.cxx.

70 {
71 // Examples of how to retrieve the random number engine for a given
72 // stream.
73 // NB getRandomEngine should only be called once per event for a
74 // given stream, as it causes the stream to be re-seeded each time
75 // it is called.
76
77 // Example 1 - seeded based on the current event number (+ slot, run, streamName)
78 //const EventContext& ctx = Gaudi::Hive::currentContext();
79 //CLHEP::HepRandomEngine* rndmEngine = this->getRandomEngine("MyStream", ctx);
80
81 // Example 2 - seeded based on the m_randomSeed property (+ slot, run, streamName)
82 //const EventContext& ctx = Gaudi::Hive::currentContext();
83 //CLHEP::HepRandomEngine* rndmEngine = this->getRandomEngine("MyStream", m_randomSeed.value(), ctx);
84
85 // Call the code that generates an event
86 CHECK(this->callGenerator());
87
88 // Create the MC event and send the GeneratorEvent stored in it to fillEvt
89 HepMC::GenEvent* evt = HepMC::newGenEvent(1,1);
90 CHECK(this->fillEvt(evt));
92
93 // Add the event to the MC event collection
94 if (events()) {
95 // If this is an "afterburner" generator, replace the last event rather than add a new one
97 if (m_isAfterburner.value() || name() == "Tauola" || name() == "Photos") {
98 events()->pop_back();
99 }
100 // Add the event to the end of the collection
101 events()->push_back(evt);
102 ATH_MSG_DEBUG("MC event added to McEventCollection");
103
104 // remove the empty event in case of ParticleDecayer
105 if (name() == "ParticleDecayer") {
106 events()->pop_back();
107 }
108 }
109
110 // Call the incident service to notify that an event has been made
111 m_incidentSvc->fireIncident( Incident(name(), "McEventGenerated") );
112 return StatusCode::SUCCESS;
113}
#define ATH_MSG_DEBUG(x)
#define CHECK(...)
Evaluate an expression and check for errors.
ServiceHandle< IIncidentSvc > m_incidentSvc
Handle on the incident service.
Definition GenModule.h:101
virtual StatusCode callGenerator()
For calling the generator on each iteration of the event loop.
Definition GenModule.h:66
virtual StatusCode fillEvt(HepMC::GenEvent *evt)=0
For filling the HepMC event object.
BooleanProperty m_isAfterburner
Flag for normal vs. afterburner generators.
Definition GenModule.h:87
void fillBarcodesAttribute(GenEvent *)
Definition GenEvent.h:627
GenEvent * newGenEvent(const int a, const int b)
Definition GenEvent.h:625

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ extraOutputDeps()

const DataObjIDColl & AthAlgorithm::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 50 of file AthAlgorithm.cxx.

51{
52 // If we didn't find any symlinks to add, just return the collection
53 // from the base class. Otherwise, return the extended collection.
54 if (!m_extendedExtraObjects.empty()) {
56 }
57 return Algorithm::extraOutputDeps();
58}
DataObjIDColl m_extendedExtraObjects

◆ fillEvt()

StatusCode BeamHaloGeneratorAlg::fillEvt ( HepMC::GenEvent * evt)
virtual

Fill the GenEvent pointer with the contents of the GenEvent cache.

The GenEvent cache is filled by calling callGenerator()

Implements GenModule.

Definition at line 212 of file BeamHaloGeneratorAlg.cxx.

212 {
213 *event = m_evt;
214 return StatusCode::SUCCESS;
215}

◆ finalize()

StatusCode GenModule::finalize ( )
inlineinherited

Definition at line 55 of file GenModule.h.

55{ return genFinalize(); }
virtual StatusCode genFinalize()
For finalising the generator, if required.
Definition GenModule.h:70

◆ genFinalize()

StatusCode BeamHaloGeneratorAlg::genFinalize ( )
virtual

For finalising the generator, if required.

Reimplemented from GenModule.

Definition at line 219 of file BeamHaloGeneratorAlg.cxx.

219 {
220 if(m_beamHaloGenerator->genFinalize() != 0) return StatusCode::FAILURE;
221 return StatusCode::SUCCESS;
222}

◆ genInitialize()

StatusCode BeamHaloGeneratorAlg::genInitialize ( )
virtual

For initializing the generator, if required.

Todo
Use ServiceHandle system instead

Reimplemented from GenModule.

Definition at line 27 of file BeamHaloGeneratorAlg.cxx.

27 {
28 ATH_MSG_INFO("Initialising this BeamHaloGeneratorAlg: " << name());
29
30 ATH_MSG_INFO("================ Generator Settings =================");
31 ATH_MSG_INFO(" input type ------------------ " << m_inputTypeStr);
32 ATH_MSG_INFO(" input file ------------------ " << m_inputFile);
33 ATH_MSG_INFO(" interface plane ------------- " << m_interfacePlane << " (mm)");
34 ATH_MSG_INFO(" enable flip about z=0 ------- " << (m_enableFlip ? "True" : "False"));
35 ATH_MSG_INFO(" flip probability ----------- " << m_flipProbability);
36 ATH_MSG_INFO(" enable sampling ------------- " << (m_enableSampling ? "True" : "False"));
37 ATH_MSG_INFO(" binary buffer file ---------- " << m_bufferFileName);
38 std::vector<std::string>::iterator itr = m_generatorSettings.begin();
39 std::vector<std::string>::iterator itr_end = m_generatorSettings.end();
40 for(;itr!=itr_end;++itr) ATH_MSG_INFO((*itr));
41 ATH_MSG_INFO(" Produce monitoring plots ---- " << (m_doMonitoringPlots ? "True" : "False"));
42 ATH_MSG_INFO(" Random stream name ---------- " << m_randomStream);
43 ATH_MSG_INFO("=====================================================");
44
45 // Check the flip probability
46 if(m_flipProbability <= 0) {
47 ATH_MSG_INFO("Event flipping will be disabled.");
48 m_enableFlip = false;
49 }
50 else if(m_flipProbability > 1) {
51 ATH_MSG_WARNING("Flip probability " << m_flipProbability << " is out of range. Event flipping will be disabled.");
52 m_enableFlip = false;
53 }
54 else {
55 m_enableFlip = true;
56 }
57
58 // Retrieve pointer to THistSvc if monitoring plots are requested
61 ATH_CHECK(m_tHistSvc.retrieve());
62
63 // Create log10 bins for x-axis of E plots.
64 const Int_t nbins_E = 60;
65 double xmin = 1e-2;
66 double xmax = 3.5e3;
67 double logxmin = std::log10(xmin);
68 double logxmax = std::log10(xmax);
69 double binwidth = (logxmax-logxmin)/nbins_E;
70 Double_t xbins[nbins_E+1];
71 xbins[0] = xmin;
72 for (Int_t i=1;i<=nbins_E;i++) {
73 xbins[i] = xmin + std::pow(10,logxmin+i*binwidth);
74 }
75
76 // Create the monitoring plots
77 m_validationPlots[PRI_R] = new TH1F("primaryR",";Radius [m];Events/[m]",100,0., 0.2);
78 m_validationPlots[PRI_Z] = new TH1F("primaryZ",";z [m];Events/[m]",1100,0., 550.); // Beam gas and TCT
79 m_validationPlots[PRI_Z_TCT] = new TH1F("primaryZ_TCT",";z [m];Events/[m]",100,144., 149.); // TCT region
80 m_validationPlots[SP_R_ALL] = new TH1F("scoringPlaneR_all",";Radius [m];Particles/[m]",240,0., 24.);
81 m_validationPlots[SP_E_ALL] = new TH1F("scoringPlaneE_all",";Energy [GeV];Particles/[GeV]",nbins_E,xbins);
82 m_validationPlots[SP_PZ_ALL] = new TH1F("scoringPlanePz_all",";p_{z} [GeV];Particles/[GeV]",350,0., 3500.);
83 m_validationPlots[SP_PT_ALL] = new TH1F("scoringPlanePt_all",";p_{T} [GeV];Particles/[GeV]",500,0., 50.);
84 m_validationPlots[SP_R_PROTONS] = new TH1F("scoringPlaneR_protons",";Radius [m];Particles/[m]",240,0., 24.);
85 m_validationPlots[SP_E_PROTONS] = new TH1F("scoringPlaneE_protons",";Energy [GeV];Particles/[GeV]",nbins_E,xbins);
86 m_validationPlots[SP_PZ_PROTONS] = new TH1F("scoringPlanePz_protons",";p_{z} [GeV];Particles/[GeV]",350,0., 3500.);
87 m_validationPlots[SP_PT_PROTONS] = new TH1F("scoringPlanePt_protons",";p_{T} [GeV];Particles/[GeV]",500,0., 50.);
88 m_validationPlots[SP_R_MUONS] = new TH1F("scoringPlaneR_muons",";Radius [m];Particles/[m]",240,0., 24.);
89 m_validationPlots[SP_E_MUONS] = new TH1F("scoringPlaneE_muons",";Energy [GeV];Particles/[GeV]",nbins_E,xbins);
90 m_validationPlots[SP_PZ_MUONS] = new TH1F("scoringPlanePz_muons",";p_{z} [GeV];Particles/[GeV]",350,0., 3500.);
91 m_validationPlots[SP_PT_MUONS] = new TH1F("scoringPlanePt_muons",";p_{T} [GeV];Particles/[GeV]",500,0., 50.);
92
93 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/primaryR", m_validationPlots[PRI_R]));
94 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/primaryZ", m_validationPlots[PRI_Z]));
95 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/primaryZ_TCT", m_validationPlots[PRI_Z_TCT]));
96 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlaneR_all", m_validationPlots[SP_R_ALL]));
97 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlaneE_all", m_validationPlots[SP_E_ALL]));
98 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlanePz_all", m_validationPlots[SP_PZ_ALL]));
99 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlanePt_all", m_validationPlots[SP_PT_ALL]));
100 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlaneR_protons", m_validationPlots[SP_R_PROTONS]));
101 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlaneE_protons", m_validationPlots[SP_E_PROTONS]));
102 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlanePz_protons", m_validationPlots[SP_PZ_PROTONS]));
103 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlanePt_protons", m_validationPlots[SP_PT_PROTONS]));
104 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlaneR_muons", m_validationPlots[SP_R_MUONS]));
105 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlaneE_muons", m_validationPlots[SP_E_MUONS]));
106 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlanePz_muons", m_validationPlots[SP_PZ_MUONS]));
107 ATH_CHECK(m_tHistSvc->regHist("/BeamHalo/scoringPlanePt_muons", m_validationPlots[SP_PT_MUONS]));
108 }
109
110 // Check the input type string
111 if (m_inputTypeStr == "MARS-NM") {
112 m_beamHaloGenerator = new MarsHaloGenerator(&particleTable(),
115 }
116 else if (m_inputTypeStr == "FLUKA-VT") {
117 m_beamHaloGenerator = new FlukaHaloGenerator(1, &particleTable(),
120 }
121 else if (m_inputTypeStr == "FLUKA-RB") {
122 m_beamHaloGenerator = new FlukaHaloGenerator(0, &particleTable(),
125 }
126 else {
128 ATH_MSG_FATAL("Input type " << m_inputTypeStr << " is not known. Available types are: MARS-NM or FLUKA-VT");
129 return StatusCode::FAILURE;
130 }
131
132 // Set the options using those specified to this algorithm
133 m_beamHaloGenerator->setInterfacePlane(m_interfacePlane);
134 m_beamHaloGenerator->setEnableFlip(m_enableFlip);
135 m_beamHaloGenerator->setFlipProbability(m_flipProbability);
136 m_beamHaloGenerator->setEnableSampling(m_enableSampling);
137 m_beamHaloGenerator->setBufferFileName(m_bufferFileName);
138 m_beamHaloGenerator->setDebugEnable(msgLvl(MSG::DEBUG));
139
140 // Initialise the generator.
141 if(m_beamHaloGenerator->genInitialize() != 0) return StatusCode::FAILURE;
142
143 return StatusCode::SUCCESS;
144}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_FATAL(x)
#define ATH_MSG_INFO(x)
bool msgLvl(const MSG::Level lvl) const
BooleanProperty m_enableFlip
Flag for flipping event.
ServiceHandle< ITHistSvc > m_tHistSvc
A pointer to the THist service for validation plots.
DoubleProperty m_interfacePlane
The position of the interface plane in mm.
StringProperty m_inputFile
Input file name.
StringProperty m_inputTypeStr
Input file type and therefore associated beam halo generator that should be used.
StringProperty m_bufferFileName
The name of the binary buffer file, needed for sampling from a converted file.
FloatProperty m_flipProbability
Flip probability.
StringArrayProperty m_generatorSettings
A vector of strings defining generator settings.
BooleanProperty m_enableSampling
Flag to enable or disable sampling.
const HepPDT::ParticleDataTable & particleTable() const
Get a particle data table.
Definition GenBase.h:118
double xmax
Definition listroot.cxx:61
double xmin
Definition listroot.cxx:60
bool binwidth
Definition listroot.cxx:58
TH1F(name, title, nxbins, bins_par2, bins_par3=None, path='', **kwargs)

◆ genuserInitialize()

virtual StatusCode GenModule::genuserInitialize ( )
inlinevirtualinherited

For initialization of user code, if required. Called after genInitialize.

Reimplemented in Pythia8B_i.

Definition at line 64 of file GenModule.h.

64{ return StatusCode::SUCCESS; }

◆ getRandomEngine() [1/2]

CLHEP::HepRandomEngine * GenModule::getRandomEngine ( const std::string & streamName,
const EventContext & ctx ) const
protectedinherited

Definition at line 34 of file GenModule.cxx.

36{
37 ATHRNG::RNGWrapper* rngWrapper = m_rndmSvc->getEngine(this, streamName);
38 std::string rngName = name()+streamName;
39 rngWrapper->setSeed( rngName, ctx );
40 return rngWrapper->getEngine(ctx);
41}
void setSeed(const std::string &algName, const EventContext &ctx)
Set the random seed using a string (e.g.
Definition RNGWrapper.h:169
CLHEP::HepRandomEngine * getEngine(const EventContext &ctx) const
Retrieve the random engine corresponding to the provided EventContext.
Definition RNGWrapper.h:134
ServiceHandle< IAthRNGSvc > m_rndmSvc
Data members.
Definition GenModule.h:99

◆ getRandomEngine() [2/2]

CLHEP::HepRandomEngine * GenModule::getRandomEngine ( const std::string & streamName,
unsigned long int randomSeedOffset,
const EventContext & ctx ) const
protectedinherited

Definition at line 44 of file GenModule.cxx.

46{
47 ATHRNG::RNGWrapper* rngWrapper = m_rndmSvc->getEngine(this, streamName);
48 rngWrapper->setSeed( streamName, ctx.slot(), randomSeedOffset, ctx.eventID().run_number() );
49 return rngWrapper->getEngine(ctx);
50}

◆ getRandomEngineDuringInitialize()

CLHEP::HepRandomEngine * GenModule::getRandomEngineDuringInitialize ( const std::string & streamName,
unsigned long int randomSeedOffset,
unsigned int conditionsRun = 1,
unsigned int lbn = 1 ) const
protectedinherited

Definition at line 53 of file GenModule.cxx.

54{
55 const size_t slot=0;
56 EventContext ctx;
57 ctx.setSlot( slot );
58 ctx.setEventID (EventIDBase (conditionsRun,
59 EventIDBase::UNDEFEVT, // event
60 EventIDBase::UNDEFNUM, // timestamp
61 EventIDBase::UNDEFNUM, // timestamp ns
62 lbn));
64 Atlas::ExtendedEventContext( evtStore()->hiveProxyDict(),
65 conditionsRun) );
66 return getRandomEngine(streamName, randomSeedOffset, ctx);
67}
void setExtendedEventContext(EventContext &ctx, ExtendedEventContext &&ectx)
Move an extended context into a context object.

◆ GeVToMeV()

void GenBase::GeVToMeV ( HepMC::GenEvent * evt)
protectedinherited

Scale event energies/momenta by x 1000.

Todo
Add HepMC units awareness and do it differently when HepMC provides this functionality directly (and reference-based FourVector accessors)

Definition at line 58 of file GenBase.cxx.

58 {
59 for (HepMC::GenEvent::particle_iterator p = evt->particles_begin(); p != evt->particles_end(); ++p) {
60 const HepMC::FourVector fv((*p)->momentum().px() * 1000,
61 (*p)->momentum().py() * 1000,
62 (*p)->momentum().pz() * 1000,
63 (*p)->momentum().e() * 1000);
64 (*p)->set_momentum(fv);
65 (*p)->set_generated_mass(1000 * (*p)->generated_mass());
66 }
67}

◆ initialize()

StatusCode GenModule::initialize ( )
virtualinherited

Reimplemented from GenBase.

Definition at line 21 of file GenModule.cxx.

21 {
22 // Base class initializations
24 // Get the random number service
25 CHECK(m_rndmSvc.retrieve());
26 // Get the incident service
27 CHECK(m_incidentSvc.retrieve());
30 return StatusCode::SUCCESS;
31}
virtual StatusCode initialize() override
Definition GenBase.cxx:17
virtual StatusCode genuserInitialize()
For initialization of user code, if required. Called after genInitialize.
Definition GenModule.h:64
virtual StatusCode genInitialize()
For initializing the generator, if required.
Definition GenModule.h:62

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Algorithm > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ MeVToGeV()

void GenBase::MeVToGeV ( HepMC::GenEvent * evt)
protectedinherited

Scale event energies/momenta by x 1/1000.

Definition at line 68 of file GenBase.cxx.

68 {
69 for (HepMC::GenEvent::particle_iterator p = evt->particles_begin(); p != evt->particles_end(); ++p) {
70 const HepMC::FourVector fv((*p)->momentum().px() / 1000,
71 (*p)->momentum().py() / 1000,
72 (*p)->momentum().pz() / 1000,
73 (*p)->momentum().e() / 1000);
74 (*p)->set_momentum(fv);
75 (*p)->set_generated_mass((*p)->generated_mass() / 1000);
76 }
77}

◆ mmTocm()

void GenBase::mmTocm ( HepMC::GenEvent * evt)
protectedinherited

Scale event lengths by x 1/10.

Definition at line 87 of file GenBase.cxx.

87 {
88 for (HepMC::GenEvent::vertex_iterator vtx = evt->vertices_begin(); vtx != evt->vertices_end(); ++vtx) {
89 const HepMC::FourVector fv((*vtx)->position().x() / 10,
90 (*vtx)->position().y() / 10,
91 (*vtx)->position().z() / 10,
92 (*vtx)->position().t() / 10);
93 (*vtx)->set_position(fv);
94 }
95}

◆ msg()

MsgStream & AthCommonMsg< Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< Algorithm >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Algorithm > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ particleData()

const HepPDT::ParticleData * GenBase::particleData ( int pid) const
inlineinherited

Access an element in the particle data table.

Definition at line 126 of file GenBase.h.

126 {
127 return pdt().particle(HepPDT::ParticleID(std::abs(pid)));
128 }
const HepPDT::ParticleDataTable & pdt() const
Shorter alias to get a particle data table.
Definition GenBase.h:123

◆ particleTable()

const HepPDT::ParticleDataTable & GenBase::particleTable ( ) const
inlineinherited

Get a particle data table.

Definition at line 118 of file GenBase.h.

118 {
119 return *(m_ppSvc->PDT());
120 }
ServiceHandle< IPartPropSvc > m_ppSvc
Handle on the particle property service.
Definition GenBase.h:160

◆ partPropSvc()

const ServiceHandle< IPartPropSvc > GenBase::partPropSvc ( ) const
inlineinherited

Access the particle property service.

Definition at line 113 of file GenBase.h.

113 {
114 return m_ppSvc;
115 }

◆ pdt()

const HepPDT::ParticleDataTable & GenBase::pdt ( ) const
inlineinherited

Shorter alias to get a particle data table.

Definition at line 123 of file GenBase.h.

123{ return particleTable(); }

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< Algorithm > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ sysInitialize()

StatusCode AthAlgorithm::sysInitialize ( )
overridevirtualinherited

Override sysInitialize.

Override sysInitialize from the base class.

Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc

Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc

Reimplemented from AthCommonDataStore< AthCommonMsg< Algorithm > >.

Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, and PyAthena::Alg.

Definition at line 66 of file AthAlgorithm.cxx.

66 {
68
69 if (sc.isFailure()) {
70 return sc;
71 }
72 ServiceHandle<ICondSvc> cs("CondSvc",name());
73 for (auto h : outputHandles()) {
74 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
75 // do this inside the loop so we don't create the CondSvc until needed
76 if ( cs.retrieve().isFailure() ) {
77 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
78 return StatusCode::SUCCESS;
79 }
80 if (cs->regHandle(this,*h).isFailure()) {
81 sc = StatusCode::FAILURE;
82 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
83 << " with CondSvc");
84 }
85 }
86 }
87 return sc;
88}
static Double_t sc
virtual StatusCode sysInitialize() override
Override sysInitialize.
AthCommonDataStore(const std::string &name, T... args)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
::StatusCode StatusCode
StatusCode definition for legacy code.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Algorithm > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_beamHaloGenerator

BeamHaloGenerator* BeamHaloGeneratorAlg::m_beamHaloGenerator {}
private

A pointer to the beam halo generator.

Definition at line 81 of file BeamHaloGeneratorAlg.h.

81{};

◆ m_bufferFileName

StringProperty BeamHaloGeneratorAlg::m_bufferFileName {this, "bufferFileName", "BinaryBuffer.bin"}
private

The name of the binary buffer file, needed for sampling from a converted file.

Definition at line 66 of file BeamHaloGeneratorAlg.h.

66{this, "bufferFileName", "BinaryBuffer.bin"};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_doMonitoringPlots

BooleanProperty BeamHaloGeneratorAlg::m_doMonitoringPlots {this, "doMonitoringPlots", false}
private

A flag to allow monitoring plots to be turned on or off.

Definition at line 72 of file BeamHaloGeneratorAlg.h.

72{this, "doMonitoringPlots", false};

◆ m_enableFlip

BooleanProperty BeamHaloGeneratorAlg::m_enableFlip {this, "enableFlip", false}
private

Flag for flipping event.

Definition at line 56 of file BeamHaloGeneratorAlg.h.

56{this, "enableFlip", false};

◆ m_enableSampling

BooleanProperty BeamHaloGeneratorAlg::m_enableSampling {this, "enableSampling", false}
private

Flag to enable or disable sampling.

Definition at line 62 of file BeamHaloGeneratorAlg.h.

62{this, "enableSampling", false};

◆ m_evt

HepMC::GenEvent BeamHaloGeneratorAlg::m_evt {}
private

An empty GenEvent to cache the generate output between callGenerator and fillEvt.

Definition at line 85 of file BeamHaloGeneratorAlg.h.

85{};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthAlgorithm::m_extendedExtraObjects
privateinherited

Definition at line 79 of file AthAlgorithm.h.

◆ m_flipProbability

FloatProperty BeamHaloGeneratorAlg::m_flipProbability {this, "flipProbability", 0.0}
private

Flip probability.

Definition at line 59 of file BeamHaloGeneratorAlg.h.

59{this, "flipProbability", 0.0};

◆ m_generatorSettings

StringArrayProperty BeamHaloGeneratorAlg::m_generatorSettings {this, "generatorSettings", {}, "A set of cuts to be applied to generated particles."}
private

A vector of strings defining generator settings.

Definition at line 69 of file BeamHaloGeneratorAlg.h.

69{this, "generatorSettings", {}, "A set of cuts to be applied to generated particles."};

◆ m_incidentSvc

ServiceHandle<IIncidentSvc> GenModule::m_incidentSvc {this, "IncidentSvc", "IncidentSvc"}
privateinherited

Handle on the incident service.

Definition at line 101 of file GenModule.h.

101{this, "IncidentSvc", "IncidentSvc"};

◆ m_inputFile

StringProperty BeamHaloGeneratorAlg::m_inputFile {this, "inputFile", "bgi-b2l1.1"}
private

Input file name.

Definition at line 50 of file BeamHaloGeneratorAlg.h.

50{this, "inputFile", "bgi-b2l1.1"};

◆ m_inputTypeStr

StringProperty BeamHaloGeneratorAlg::m_inputTypeStr {this, "inputType", "MARS-NM"}
private

Input file type and therefore associated beam halo generator that should be used.

Definition at line 47 of file BeamHaloGeneratorAlg.h.

47{this, "inputType", "MARS-NM"};

◆ m_interfacePlane

DoubleProperty BeamHaloGeneratorAlg::m_interfacePlane {this, "interfacePlane", 20850.0}
private

The position of the interface plane in mm.

Definition at line 53 of file BeamHaloGeneratorAlg.h.

53{this, "interfacePlane", 20850.0}; // (mm)

◆ m_isAfterburner

BooleanProperty GenModule::m_isAfterburner {this, "IsAfterburner", false, "Set true if generator modifies existing events rather than creating new ones"}
protectedinherited

Flag for normal vs. afterburner generators.

Definition at line 87 of file GenModule.h.

87{this, "IsAfterburner", false, "Set true if generator modifies existing events rather than creating new ones"};

◆ m_mcEventKey

std::string GenBase::m_mcEventKey {}
protectedinherited

StoreGate key for the MC event collection (defaults to GEN_EVENT)

Definition at line 137 of file GenBase.h.

137{};

◆ m_mcevents_const

SG::ReadHandleKey<McEventCollection> GenBase::m_mcevents_const { this, "McEventKey", "GEN_EVENT", "StoreGate key of the MC event collection" }
privateinherited

Const handle to the MC event collection.

Definition at line 163 of file GenBase.h.

163{ this, "McEventKey", "GEN_EVENT", "StoreGate key of the MC event collection" };

◆ m_mkMcEvent

BooleanProperty GenBase::m_mkMcEvent {this, "MakeMcEvent", false, "Create a new MC event collection if it doesn't exist"}
protectedinherited

Flag to determine if a new MC event collection should be made if it doesn't exist.

Definition at line 139 of file GenBase.h.

139{this, "MakeMcEvent", false, "Create a new MC event collection if it doesn't exist"};

◆ m_ppSvc

ServiceHandle<IPartPropSvc> GenBase::m_ppSvc {this, "PartPropSvc", "PartPropSvc"}
privateinherited

Handle on the particle property service.

Definition at line 160 of file GenBase.h.

160{this, "PartPropSvc", "PartPropSvc"};

◆ m_randomSeed

IntegerProperty GenModule::m_randomSeed {this, "RandomSeed", 1234567, "Random seed for the built-in random engine"}
protectedinherited

Seed for random number engine.

Definition at line 84 of file GenModule.h.

84{this, "RandomSeed", 1234567, "Random seed for the built-in random engine"}; // FIXME make this into an unsigned long int?

◆ m_randomStream

StringProperty BeamHaloGeneratorAlg::m_randomStream {this, "randomStream", "BeamHalo"}
private

Name of the random number stream.

Definition at line 78 of file BeamHaloGeneratorAlg.h.

78{this, "randomStream", "BeamHalo"};

◆ m_rndmSvc

ServiceHandle<IAthRNGSvc> GenModule::m_rndmSvc {this, "RndmSvc", "AthRNGSvc"}
privateinherited

Data members.

Definition at line 99 of file GenModule.h.

99{this, "RndmSvc", "AthRNGSvc"};

◆ m_tHistSvc

ServiceHandle<ITHistSvc> BeamHaloGeneratorAlg::m_tHistSvc {this, "THistSvc", "THistSvc"}
private

A pointer to the THist service for validation plots.

Definition at line 75 of file BeamHaloGeneratorAlg.h.

75{this, "THistSvc", "THistSvc"};

◆ m_validationPlots

TH1F* BeamHaloGeneratorAlg::m_validationPlots[NPLOTS]
private

An array of TH1F pointers for validation plots.

Definition at line 106 of file BeamHaloGeneratorAlg.h.

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: