Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
MCParticleHelper.h
Go to the documentation of this file.
1
8#ifndef PANDORA_MC_PARTICLE_HELPER_H
9#define PANDORA_MC_PARTICLE_HELPER_H 1
10
12#include "Pandora/StatusCodes.h"
13
14namespace pandora
15{
16
21{
22public:
30 template <typename T>
31 static const MCParticle *GetMainMCParticle(const T *const pT);
32};
33
34} // namespace pandora
35
36#endif // #ifndef PANDORA_MC_PARTICLE_HELPER_H
Header file defining relevant internal typedefs, sort and string conversion functions.
Header file defining status codes and relevant preprocessor macros.
MCParticleHelper class.
static const MCParticle * GetMainMCParticle(const T *const pT)
Find the mc particle making the largest contribution to a specified calo hit, track or cluster.
MCParticle class.
Definition MCParticle.h:26