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
11
#include "
Pandora/PandoraInternal.h
"
12
#include "
Pandora/StatusCodes.h
"
13
14
namespace
pandora
15
{
16
20
class
MCParticleHelper
21
{
22
public
:
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
PandoraInternal.h
Header file defining relevant internal typedefs, sort and string conversion functions.
StatusCodes.h
Header file defining status codes and relevant preprocessor macros.
pandora::MCParticleHelper
MCParticleHelper class.
Definition
MCParticleHelper.h:21
pandora::MCParticleHelper::GetMainMCParticle
static const MCParticle * GetMainMCParticle(const T *const pT)
Find the mc particle making the largest contribution to a specified calo hit, track or cluster.
Definition
MCParticleHelper.cc:24
pandora::MCParticle
MCParticle class.
Definition
MCParticle.h:26
pandora
Definition
LArContent.h:12
PandoraSDK
include
Helpers
MCParticleHelper.h