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

AlgTool that converts, on the fly, on demand, each GenParticle to a TruthParticle and builds the TruthParticleContainer. More...

#include <TruthParticleCnvTool.h>

Inheritance diagram for TruthParticleCnvTool:
Collaboration diagram for TruthParticleCnvTool:

Public Member Functions

 TruthParticleCnvTool (const std::string &type, const std::string &name, const IInterface *parent)
 Constructor with parameters:
virtual ~TruthParticleCnvTool ()
 Destructor:
virtual StatusCode initialize () override
 Athena Algorithm's Hooks.
virtual StatusCode execute () const override
virtual StatusCode execute (const EventContext &ctx) const override
StatusCode convert (const McEventCollection *mcEvts, const unsigned int genEvtIndex, TruthParticleContainer *mcParts, const ITruthParticleVisitor *visitor) const override
 Converts a McEventCollection into an TruthParticleContainer (ie: converts it into an AOD compliant collection).
void setDataType (const int type)
 Inline methods:
void setVxCandidateName (const std::string &name)

Protected Types

typedef ToolHandle< ITruthIsolationToolIsolTool_t

Protected Attributes

BooleanProperty m_doEtIsolation
 Switch to compute or not the Et-isolations for TruthParticle (and their underlying HepMC::GenParticle).
IsolTool_t m_isolationTool
 Pointer to the ITruthIsolationTool to be able to retrieve the previously computed transverse energy isolations.

Private Attributes

ParticleDataType::DataType m_dataType
 Type of data we are dealing with (Full/Fast/Truth/...).
int m_dataType_int
std::string m_vxCandidatesName
SG::ReadHandleKey< McEventCollectionm_mcEventsReadHandleKey {this,"McEvents","GEN_AOD","ReadHandleKey for the input McEventCollection, from which the TruthParticles will be made from"}
 ReadHandleKey for the McEventCollection the TruthParticles will be made from.
SG::WriteHandleKey< TruthParticleContainerm_mcPartsOutputWriteHandleKey {this,"TruthParticlesOutput","SpclMC","WriteHandleKey for the output truth particles (built from the McEventCollection)"}
 Output TruthParticle WriteHandleKey (built from the McEventCollection).
PileUpClassification::PileuType_t m_selectSignalType
 Type of truth particle we want to create.
int m_selectSignalTypeProp
 Type of truth particle we want to create (property to be set by jobO).

Detailed Description

AlgTool that converts, on the fly, on demand, each GenParticle to a TruthParticle and builds the TruthParticleContainer.

So the GEN_AOD and TruthParticleContainer are identical in contents, only the interfaces are different: the TruthParticle class has the same interface as other AOD particles. Hence the analysis tools can operate on all the AOD particles (ie: including Mc Truth). When the AOD is created, the TruthParticleContainer is empty. When the user requests the TruthParticleContainer in his/her analysis code, a custom converter is triggered where by the GEN_AOD is convertered into the TruthParticleContainer using the TruthParticleCnvTool.

In pile-up events, the many GenEvent are grouped into 5 TruthParticleContainer according to the classification of : https://twiki.cern.ch/twiki/bin/viewauth/Atlas/PileupDigitization#Arrangement_of_Truth_Information

Definition at line 58 of file TruthParticleCnvTool.h.

Member Typedef Documentation

◆ IsolTool_t

Definition at line 144 of file TruthParticleCnvTool.h.

Constructor & Destructor Documentation

◆ TruthParticleCnvTool()

TruthParticleCnvTool::TruthParticleCnvTool ( const std::string & type,
const std::string & name,
const IInterface * parent )

Constructor with parameters:

Public methods:

Constructors

Definition at line 46 of file TruthParticleCnvTool.cxx.

48 :
49 base_class( type, name, parent ),
53{
54 //
55 // Property declaration
56 //
57
58 declareProperty( "DataType",
60 "Type of data we are dealing with (Full/Fast/Truth...)" );
61
62 declareProperty( "TruthIsolationTool",
63 m_isolationTool = IsolTool_t( "TruthIsolationTool" ),
64 "Pointer to the TruthIsolationTool to be able to compute "
65 "transverse energy isolations for various isolation cones cuts. "
66 "See McParticleEvent/TruthParticleParameters.h for cone cuts." );
67
68
69 declareProperty( "DoEtIsolations",
70 m_doEtIsolation = false,
71 "Switch to compute or not the Et-isolations for TruthParticle "
72 "(and their underlying @c HepMC::GenParticle).\n"
73 "Default is to not compute these Et-isolations (and save CPU)." );
74
76
77 declareProperty( "SelectSignalType",
79 "Switch to select different type of signal\n"
80 " hard scatter 0\n"
81 " hard scatter plus minbias 1\n"
82 " only minbias -1\n"
83 "Default is hard scatter only." );
84
85 declareInterface<ITruthParticleCnvTool>(this);
86}
int m_selectSignalTypeProp
Type of truth particle we want to create (property to be set by jobO).
ToolHandle< ITruthIsolationTool > IsolTool_t
ParticleDataType::DataType m_dataType
Type of data we are dealing with (Full/Fast/Truth/...).
IsolTool_t m_isolationTool
Pointer to the ITruthIsolationTool to be able to retrieve the previously computed transverse energy i...
void setDataType(const int type)
Inline methods:
BooleanProperty m_doEtIsolation
Switch to compute or not the Et-isolations for TruthParticle (and their underlying HepMC::GenParticle...

◆ ~TruthParticleCnvTool()

TruthParticleCnvTool::~TruthParticleCnvTool ( )
virtual

Destructor:

Destructor.

Definition at line 90 of file TruthParticleCnvTool.cxx.

91{
92 ATH_MSG_DEBUG("Calling destructor");
93}
#define ATH_MSG_DEBUG(x)

Member Function Documentation

◆ convert()

StatusCode TruthParticleCnvTool::convert ( const McEventCollection * mcEvts,
const unsigned int genEvtIndex,
TruthParticleContainer * mcParts,
const ITruthParticleVisitor * visitor ) const
override

Converts a McEventCollection into an TruthParticleContainer (ie: converts it into an AOD compliant collection).

Const methods:

@in mcEvts the McEventCollection holding the HepMC::GenEvent we want to convert into a TruthParticleContainer @in genEvtIndex the index to the HepMC::GenEvent to be converted @out mcParts a valid pointer to a TruthParticleContainer which will be filled with adaptors to HepMC::GenParticles.

Get GenEvent from McEventCollection

Create a map to enhance access between GenParticles and TruthParticles

Definition at line 207 of file TruthParticleCnvTool.cxx.

211{
212 ATH_MSG_DEBUG("Converting McEventCollection to TruthParticleContainer");
213
214
215 if ( nullptr == mcCollection ) {
216 ATH_MSG_WARNING("Null pointer to McEventCollection !");
217 return StatusCode::RECOVERABLE;
218 }
219
220 if ( mcCollection->size() <= genEventIndex ) {
221 ATH_MSG_WARNING("McEventCollection size: " << mcCollection->size()
222 << endmsg
223 << "Requested element nbr : " << genEventIndex << " !!");
224 return StatusCode::RECOVERABLE;
225 }
226
227 IProxyDict* sg = SG::CurrentEventStore::store();
228
230 ATH_MSG_DEBUG("Retrieve the GenEvent from given McEventCollection");
231 const HepMC::GenEvent * evt = (*mcCollection)[genEventIndex];
232 container->setGenEvent( mcCollection, genEventIndex, sg );
233
234 // reserve enough space for the container so we don't have to relocate it
235 container->reserve( container->size() + evt->particles_size() );
236
238 TruthParticleContainer::Map_t bcToMcPart = container->m_particles;
239
240
241 // Process particles in barcode order.
242 auto bcmapatt = evt->attribute<HepMC::GenEventBarcodes>(HepMCStr::barcodes);
243 if (!bcmapatt){
244 ATH_MSG_ERROR("TruthParticleCnvTool.cxx: Event does not contain barcodes attribute");
245 return StatusCode::FAILURE;
246 }
247 std::map<int, HepMC3::ConstGenParticlePtr> bcmap = bcmapatt->barcode_to_particle_map();
248 for (const auto &[bc,hepMcPart]: bcmap) {
249
250 TruthParticle * mcPart = new TruthParticle( hepMcPart, container );
251 container->push_back( mcPart );
252
253 if ( visitor ) {
254 visitor->visit( mcPart );
255 }
256
257 mcPart->setCharge( MC::charge( int(mcPart->pdgId())) );
258 mcPart->setGenEventIndex( genEventIndex);
259
260 if ( hepMcPart != mcPart->genParticle() ) {
261 ATH_MSG_ERROR("TruthParticle is not wrapping the GenParticle : "
262 << hepMcPart << " !!");
263 }
264 HepMcParticleLink mcLink( bc, genEventIndex, HepMcParticleLink::IS_POSITION, HepMcParticleLink::IS_BARCODE, sg ); // FIXME barcode-based
265 bcToMcPart[ mcLink.compress() ] = mcPart;
266
267 }//> end loop over particles
268
269 // at this point the whole GenEvent has been proxied.
270 // so we can setup its VectorMap
271 container->setParticles( bcToMcPart );
272
273 // connect the TruthParticleContainer to the container of TruthEtIsolations
274 // if it exists and if we are asked for
275 if ( m_doEtIsolation.value() ) {
276 const std::string& etIsolName
277 = m_isolationTool->etIsolationsName( container->genEventName() );
278 if ( etIsolName.empty() ) {
279 ATH_MSG_WARNING("Could not retrieve the name of the "
280 "TruthEtIsolations container (requested: ["
281 << container->genEventName() << "])");
282 return StatusCode::RECOVERABLE;
283 }
284
285 const TruthEtIsolationsContainer* etIsols = nullptr;
286 if ( !evtStore()->retrieve( etIsols, etIsolName ).isSuccess() ) {
287 ATH_MSG_WARNING("Could not retrieve the TruthEtIsolations container at ["
288 << etIsolName << "] !!");
289 return StatusCode::RECOVERABLE;
290 }
291
292 // index of HepMC::GenEvent within the McEventCollection is the same
293 // than the one of the TruthEtIsolations within the TruthEtIsolationsCont.
294 container->setEtIsolations( etIsols, genEventIndex );
295 }
296
297 return StatusCode::SUCCESS;
298}
#define endmsg
#define ATH_MSG_ERROR(x)
#define ATH_MSG_WARNING(x)
TruthEtIsolationsContainer
virtual void visit(TruthParticle *truthParticle) const =0
The method to visit a TruthParticle to apply further modifications to the instance at hand.
virtual int pdgId() const
Return enum indicating particle id the enum file is available in Event/EventKernel/PdtPdg....
std::unordered_map< long, const TruthParticle * > Map_t
barcode to TruthParticle dictionary
HepMC::ConstGenParticlePtr genParticle() const
Retrieve the GenParticle this TruthParticle has been made from (if any).
void setCharge(const ChargeType charge)
Set the charge of this TruthParticle.
HepMC3::GenEvent GenEvent
Definition GenEvent.h:39
double charge(const T &p)
const SG::AuxVectorData * container() const
Return the container holding this element.
TruthParticle_v1 TruthParticle
Typedef to implementation.

◆ execute() [1/2]

StatusCode TruthParticleCnvTool::execute ( ) const
overridevirtual

Definition at line 129 of file TruthParticleCnvTool.cxx.

130{
131 return execute (Gaudi::Hive::currentContext());
132}
virtual StatusCode execute() const override

◆ execute() [2/2]

StatusCode TruthParticleCnvTool::execute ( const EventContext & ctx) const
overridevirtual

Definition at line 135 of file TruthParticleCnvTool.cxx.

136{
137 ATH_MSG_DEBUG("Executing " << name() << "...");
138
139 //Setup WriteHandle, and record new TruthParticleContainer
140 SG::WriteHandle<TruthParticleContainer> mcPartsOutputWriteHandle(m_mcPartsOutputWriteHandleKey, ctx);
141 ATH_CHECK(mcPartsOutputWriteHandle.record(std::make_unique<TruthParticleContainer>()));
142
143 if (!mcPartsOutputWriteHandle.isValid()){
144 ATH_MSG_ERROR("Invalid WriteHandle for TruthParticleContainer with key: " << m_mcPartsOutputWriteHandleKey.key());
145 return StatusCode::FAILURE;
146 }
147
148 //Setup ReadHandle for input McEventCollection
149 SG::ReadHandle<McEventCollection> mcEventsReadHandle(m_mcEventsReadHandleKey, ctx);
150
151 if (!mcEventsReadHandle.isValid()){
152 ATH_MSG_WARNING("Invalid ReadHandle for McEventCollection with key ["
153 << m_mcEventsReadHandleKey.key() << "] !!"
154 << endmsg
155 << "TruthParticleContainer [" << m_mcPartsOutputWriteHandleKey.key()
156 << "] will be EMPTY !!");
157 return StatusCode::RECOVERABLE;
158 }
159
160 ATH_MSG_DEBUG(" Found McEventCollection of size = "<< mcEventsReadHandle->size() );
161 // do the actual convertion (it is merely an interface adaptation now...)
162 // selection for particles from minbias copied from the JetsFromTruthTool
163
164 std::size_t genEventIndex = 0;
165 const ITruthParticleVisitor* dummyVisitor = nullptr;
166 bool all_good = true;
167
168 McEventCollection::const_iterator fEvt = mcEventsReadHandle->begin();
169 McEventCollection::const_iterator lEvt = mcEventsReadHandle->end();
171
172 ATH_MSG_DEBUG(" Found McEventCollection iterators : "<< (fEvt-mcEventsReadHandle->begin()) << " to "<< (lEvt-mcEventsReadHandle->begin()) );
173
174 for(McEventCollection::const_iterator it=fEvt ; it != lEvt; ++it){
175 const HepMC::GenEvent* evt = *it;
176 // there are holes in a McEventCollection when pile-up is enabled
177 // so deal with it
178 if (nullptr == evt) {
179 continue;
180 }
181 genEventIndex = (it - mcEventsReadHandle->begin());
182 ATH_MSG_DEBUG(" adding event id="<< HepMC::signal_process_id(evt)<<" genEventIndex="<< genEventIndex );
183
184 if( HepMC::signal_process_id(evt) == 0 ) continue;
185 if (!this->convert( mcEventsReadHandle.ptr(), genEventIndex, mcPartsOutputWriteHandle.ptr(), dummyVisitor ).isSuccess()) {
186 ATH_MSG_DEBUG("Failed to convert an event...");
187 all_good = false;
188 }
189 }
190
191 // VERY IMPORTANT ! Reset the index to the first GenEvent included
192 // in this TruthParticleContainer. This will be used when read back from disk.
193 mcPartsOutputWriteHandle->setGenEvent( mcEventsReadHandle.ptr(), (fEvt - mcEventsReadHandle->begin() ) );
194
195
196 return all_good
197 ? StatusCode::SUCCESS
198 : StatusCode::RECOVERABLE;
199}
#define ATH_CHECK
Evaluate an expression and check for errors.
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
static void findEventIterators(PileuType_t putype, McEventCollection::const_iterator &fEvt, McEventCollection::const_iterator &lEvt)
Find interval [fEvt,lEvt] containing all GenEvents of type putype from the McEventCollection.
SG::WriteHandleKey< TruthParticleContainer > m_mcPartsOutputWriteHandleKey
Output TruthParticle WriteHandleKey (built from the McEventCollection).
PileUpClassification::PileuType_t m_selectSignalType
Type of truth particle we want to create.
StatusCode convert(const McEventCollection *mcEvts, const unsigned int genEvtIndex, TruthParticleContainer *mcParts, const ITruthParticleVisitor *visitor) const override
Converts a McEventCollection into an TruthParticleContainer (ie: converts it into an AOD compliant co...
SG::ReadHandleKey< McEventCollection > m_mcEventsReadHandleKey
ReadHandleKey for the McEventCollection the TruthParticles will be made from.
int signal_process_id(const GenEvent &evt)
Definition GenEvent.h:572

◆ initialize()

StatusCode TruthParticleCnvTool::initialize ( )
overridevirtual

Athena Algorithm's Hooks.

Definition at line 97 of file TruthParticleCnvTool.cxx.

98{
99 ATH_MSG_INFO("Initializing " << name() << "...");
100
101 // retrieve the TruthIsolation tool only if asked for.
102 if ( m_doEtIsolation.value() ) {
103 ATH_CHECK(m_isolationTool.retrieve());
104 }
105 else {
106 m_isolationTool.disable();
107 }
108
109 //initialize DataHandleKeys
112
113 // for compatibility with earlier version we accept <0 values :
116
117
119 (" DoEtIsolations: [" << std::boolalpha
120 << m_doEtIsolation.value() << "]" << endmsg
121 << " McEvents: [" << m_mcEventsReadHandleKey.key() << "]" << endmsg
122 << " TruthParticlesOutput: [" << m_mcPartsOutputWriteHandleKey.key() << "]"
123 << endmsg
124 << " SelectSignalType: [" << m_selectSignalType << "]");
125
126 return StatusCode::SUCCESS;
127}
#define ATH_MSG_INFO(x)
PileuType_t
define some Pile-up classification Important : this classification is copied in McParticleAlgs/python...

◆ setDataType()

void TruthParticleCnvTool::setDataType ( const int type)
inline

Inline methods:

Definition at line 156 of file TruthParticleCnvTool.h.

◆ setVxCandidateName()

void TruthParticleCnvTool::setVxCandidateName ( const std::string & name)
inline

Definition at line 161 of file TruthParticleCnvTool.h.

162{
164}

Member Data Documentation

◆ m_dataType

ParticleDataType::DataType TruthParticleCnvTool::m_dataType
private

Type of data we are dealing with (Full/Fast/Truth/...).

Definition at line 109 of file TruthParticleCnvTool.h.

◆ m_dataType_int

int TruthParticleCnvTool::m_dataType_int
private

Definition at line 110 of file TruthParticleCnvTool.h.

◆ m_doEtIsolation

BooleanProperty TruthParticleCnvTool::m_doEtIsolation
protected

Switch to compute or not the Et-isolations for TruthParticle (and their underlying HepMC::GenParticle).

Default is to not compute these Et-isolations (and save CPU)

Definition at line 142 of file TruthParticleCnvTool.h.

◆ m_isolationTool

IsolTool_t TruthParticleCnvTool::m_isolationTool
protected

Pointer to the ITruthIsolationTool to be able to retrieve the previously computed transverse energy isolations.

Definition at line 149 of file TruthParticleCnvTool.h.

◆ m_mcEventsReadHandleKey

SG::ReadHandleKey<McEventCollection> TruthParticleCnvTool::m_mcEventsReadHandleKey {this,"McEvents","GEN_AOD","ReadHandleKey for the input McEventCollection, from which the TruthParticles will be made from"}
private

ReadHandleKey for the McEventCollection the TruthParticles will be made from.

Definition at line 116 of file TruthParticleCnvTool.h.

116{this,"McEvents","GEN_AOD","ReadHandleKey for the input McEventCollection, from which the TruthParticles will be made from"};

◆ m_mcPartsOutputWriteHandleKey

SG::WriteHandleKey<TruthParticleContainer> TruthParticleCnvTool::m_mcPartsOutputWriteHandleKey {this,"TruthParticlesOutput","SpclMC","WriteHandleKey for the output truth particles (built from the McEventCollection)"}
private

Output TruthParticle WriteHandleKey (built from the McEventCollection).

Definition at line 120 of file TruthParticleCnvTool.h.

120{this,"TruthParticlesOutput","SpclMC","WriteHandleKey for the output truth particles (built from the McEventCollection)"};

◆ m_selectSignalType

PileUpClassification::PileuType_t TruthParticleCnvTool::m_selectSignalType
private

Type of truth particle we want to create.

Definition at line 124 of file TruthParticleCnvTool.h.

◆ m_selectSignalTypeProp

int TruthParticleCnvTool::m_selectSignalTypeProp
private

Type of truth particle we want to create (property to be set by jobO).

Definition at line 128 of file TruthParticleCnvTool.h.

◆ m_vxCandidatesName

std::string TruthParticleCnvTool::m_vxCandidatesName
private

Definition at line 112 of file TruthParticleCnvTool.h.


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