#include <PhiGrid.hh>
Public Member Functions | |
PhiGrid () | |
bool | setFourMomenta (const MomentumVector &momenta) |
bool | setNSegments (int nSegs) |
GridPtr | grid () const |
GridPtr | etaGrid (IFourMomentumConstPtr centre=IFourMomentumConstPtr()) const |
GridMultiplicityPtr | multiplicity () const |
int | nSegments () const |
Definition at line 26 of file PhiGrid.hh.
ForIA::PhiGrid::PhiGrid | ( | ) |
Definition at line 6 of file PhiGrid.cxx.
GridPtr ForIA::PhiGrid::etaGrid | ( | IFourMomentumConstPtr | centre = IFourMomentumConstPtr() ) |
const |
Definition at line 35 of file PhiGrid.cxx.
GridPtr ForIA::PhiGrid::grid | ( | ) | const |
Definition at line 27 of file PhiGrid.cxx.
GridMultiplicityPtr ForIA::PhiGrid::multiplicity | ( | ) | const |
Definition at line 42 of file PhiGrid.cxx.
int ForIA::PhiGrid::nSegments | ( | ) | const |
Definition at line 22 of file PhiGrid.cxx.
bool ForIA::PhiGrid::setFourMomenta | ( | const MomentumVector & | momenta ) |
Definition at line 99 of file PhiGrid.cxx.
bool ForIA::PhiGrid::setNSegments | ( | int | nSegs ) |
Definition at line 12 of file PhiGrid.cxx.