#include <CalSectionReject.h>
Public Methods | |
CalSectionReject (double etaMin, double etaMax, double phiMin, double phiMax) | |
CalSectionReject (const CalSectionReject &other) | |
bool | operator() (const TransportedParticle *p) |
Returns true if particle fails acceptance cuts: pseudoRapidity - from CLHEP momentum phi - rotated by B field. | |
bool | operator() (const EPileupDeposit *p) |
MsgStream & | writeout (MsgStream &stream) const |
Private Attributes | |
double | m_etaMin |
double | m_etaMax |
double | m_phiMin |
double | m_phiMax |
|
Definition at line 31 of file CalSectionReject.cxx.
|
|
Definition at line 36 of file CalSectionReject.cxx.
|
|
Returns true if particle fails acceptance cuts: pseudoRapidity - from CLHEP momentum phi - rotated by B field.
Definition at line 44 of file CalSectionReject.cxx. References m_etaMax, m_phiMax, Atlfast::TransportedParticle::particle(), and Atlfast::TransportedParticle::phi().
|
|
Definition at line 52 of file CalSectionReject.cxx. References m_etaMax, and m_phiMax.
|
|
Definition at line 60 of file CalSectionReject.cxx. References m_etaMax, m_etaMin, m_phiMax, and m_phiMin. Referenced by Atlfast::operator<<().
00060 { 00061 stream<<setiosflags(ios::fixed); 00062 stream<<setprecision(3); 00063 stream<<"Lower limits (phi, eta):"<<endreq; 00064 stream<< m_phiMin <<" "<<m_etaMin<<endreq; 00065 stream<<"Upper limit (phi, eta):"<<endreq; 00066 stream<< m_phiMax <<" "<<m_etaMax<<endreq; 00067 return stream; 00068 } |
|
Definition at line 42 of file CalSectionReject.h. Referenced by writeout(). |
|
Definition at line 43 of file CalSectionReject.h. Referenced by operator()(), and writeout(). |
|
Definition at line 44 of file CalSectionReject.h. Referenced by writeout(). |
|
Definition at line 45 of file CalSectionReject.h. Referenced by operator()(), and writeout(). |