Uses of Class
IMCselector

Packages that use IMCselector
<default> 

Uses of IMCselector in
 

Subclasses of IMCselector in
class All
          
class IsFinalState
          Predicate function for use with HepMC::Particles.
class NCutter
          
class PtCutter
          Determines whether a particle would escape the detectors B-field.
class qSelector
          
class RejectType
          
class SelectJetTag
          
class SelectType
          Predicate function object to select HepMC::Particles with certain types which pass certain kinematic requirements.
class Unseen
          
 

Fields in declared as IMCselector
private HepMC_helper::IMCselector *DefaultReconstructedParticleMaker.m_ncutter
          Used to select HepMC::Particles by type
private HepMC_helper::IMCselector *TrackMaker.m_mcSelector
          used to select relevant mc particles
private IMCselector *MCselectorWrapper.m_selector
          
private IMCselector *NCutter.lnkIMCselector
          
 

Constructors in with parameters of type IMCselector
MCselectorWrapper.MCselectorWrapper(IMCselector * selector)
          
NCutter.NCutter(IMCselector * selector)
          
 

Methods in that return IMCselector
const IMCselector *All.create()
          
abstract const IMCselector *IMCselector.create()
          
const IMCselector *IsFinalState.create()
          
const IMCselector *NCutter.create()
          
const IMCselector *qSelector.create()
          
const IMCselector *RejectType.create()
          
const IMCselector *SelectJetTag.create()
          
const IMCselector *SelectType.create()
          
const IMCselector *Unseen.create()
          
 

Methods in with parameters of type IMCselector
voidTesIO.getMC(MCparticleCollection & , std::string location, HepMC_helper::IMCselector * )