Class FiresCell


class FiresCell

Utility object used to determine whether a particle deposits energy in a cell or not.


Field Summary
 private intm_flag
           

Constructor Summary
FiresCell()
          check for all particles
FiresCell(int n)
          select sign of particles

Method Summary
 booloperator()(const HepMC::Particle * p)
           

Field Detail

m_flag

private int m_flag
Constructor Detail

FiresCell

public FiresCell()
check for all particles

FiresCell

public FiresCell(int n)
select sign of particles
Method Detail

operator()

public bool operator()(const HepMC::Particle * p)