#include <Calorimeter.h>
Collaboration diagram for Atlfast::Calorimeter:
Public Methods | |
Calorimeter (MsgStream log, const double etaCoverage, const double barrelForwardEta, const double granBarrelEta, const double granBarrelPhi, const double granForwardEta, const double granForwardPhi) | |
~Calorimeter () | |
Calorimeter (const Calorimeter &) | |
void | deposit (TransportedParticleCollectionIter &first, TransportedParticleCollectionIter &last) const |
void | reset () |
void | giveHitCells (const ICellSelector *, CellCollection *) |
|
Constructor providing coverage and granularity parameters, set in CellMaker jobOptions. |
|
Default destructor |
|
Copy constructor |
|
Deposits HepMc::Particle. The double is the phi position of the particle* at the calorimeter. the "last" iterator will be modified... |
|
Gives selected cells. |
|
Resets the calorimeter sections. |