#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) |
bool | operator() (const GridletElement *p) |
MsgStream & | writeout (MsgStream &stream) const |
Private Attributes | |
double | m_etaMin |
double | m_etaMax |
double | m_phiMin |
double | m_phiMax |
|
Definition at line 35 of file CalSectionReject.cxx.
|
|
Definition at line 40 of file CalSectionReject.cxx.
|
|
Returns true if particle fails acceptance cuts: pseudoRapidity - from CLHEP momentum phi - rotated by B field.
Definition at line 48 of file CalSectionReject.cxx. References m_etaMax, m_phiMax, Atlfast::TransportedParticle::particle(), and Atlfast::TransportedParticle::phi().
|
|
Definition at line 56 of file CalSectionReject.cxx. References m_etaMax, and m_phiMax.
|
|
Definition at line 64 of file CalSectionReject.cxx. References m_etaMax, and m_phiMax.
|
|
Definition at line 72 of file CalSectionReject.cxx. References m_etaMax, m_etaMin, m_phiMax, and m_phiMin. Referenced by Atlfast::operator<<().
00072 { 00073 stream<<setiosflags(ios::fixed); 00074 stream<<setprecision(3); 00075 stream<<"Lower limits (phi, eta):"<<endreq; 00076 stream<< m_phiMin <<" "<<m_etaMin<<endreq; 00077 stream<<"Upper limit (phi, eta):"<<endreq; 00078 stream<< m_phiMax <<" "<<m_etaMax<<endreq; 00079 return stream; 00080 } |
|
Definition at line 50 of file CalSectionReject.h. Referenced by writeout(). |
|
Definition at line 51 of file CalSectionReject.h. Referenced by operator()(), and writeout(). |
|
Definition at line 52 of file CalSectionReject.h. Referenced by writeout(). |
|
Definition at line 53 of file CalSectionReject.h. Referenced by operator()(), and writeout(). |