#include <RhoEventSelectorBase.h>
 | 
|   | RhoEventSelectorBase (const char *name="RhoEventSelectorBase") | 
|   | 
| virtual  | ~RhoEventSelectorBase () | 
|   | 
| virtual Bool_t  | Accept (RhoEventInfo &)=0 | 
|   | 
| virtual void  | PrintOn (std::ostream &o=std::cout) const | 
|   | 
| void  | SetTight () | 
|   | 
| void  | SetLoose () | 
|   | 
| void  | SetNumberOfTracks (UInt_t n1, UInt_t n2=65535) | 
|   | 
| void  | SetPrimaryVertex (Double_t d, Double_t zMin, Double_t zMax) | 
|   | 
| void  | SetTotalCharge (Int_t n) | 
|   | 
| void  | SetTotalEnergy (Double_t e1, Double_t e2=1.E8) | 
|   | 
| void  | SetTotalMomentum (Double_t p1, Double_t p2=1.E8) | 
|   | 
| void  | SetEnergy (Double_t e1, Double_t e2=1.E8) | 
|   | 
| void  | SetShowerEnergy (Double_t e1, Double_t e2=1.E8) | 
|   | 
| void  | SetMomentum (Double_t p1, Double_t p2=1.E8) | 
|   | 
| void  | SetPt (Double_t p1, Double_t p2=1.E8) | 
|   | 
| void  | SetTheta (Double_t t1, Double_t t2=2. *3.14159265358979323846) | 
|   | 
| void  | SetPhi (Double_t p1, Double_t p2=2. *3.14159265358979323846) | 
|   | 
Definition at line 29 of file RhoEventSelectorBase.h.
 
◆ RhoEventSelectorBase()
  
  
      
        
          | RhoEventSelectorBase::RhoEventSelectorBase  | 
          ( | 
          const char *  | 
          name = "RhoEventSelectorBase" | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 33 of file RhoEventSelectorBase.h.
   34     : TNamed(name, name), 
fTight(kFALSE), 
fNTracksMin(0), 
fNTracksMax(65535), 
fTotChar(65535), 
fDocaMax(1.E8), 
fZMin(1.E8), 
fZMax(1.E8), 
fETotLow(0.0), 
fETotHigh(1.E8),
    35       fPTotLow(0.0), 
fPTotHigh(1.E8), 
fELow(0.0), 
fEHigh(1.E8), 
fEmcLow(0.0), 
fEmcHigh(1.E8), 
fPLow(0.0), 
fPHigh(1.E8), 
fPtLow(0.0), 
fPtHigh(1.E8), 
fThetaLow(0.0),
 
 
 
 
◆ ~RhoEventSelectorBase()
  
  
      
        
          | virtual RhoEventSelectorBase::~RhoEventSelectorBase  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ Accept()
  
  
      
        
          | virtual Bool_t RhoEventSelectorBase::Accept  | 
          ( | 
          RhoEventInfo &  | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ PrintOn()
  
  
      
        
          | virtual void RhoEventSelectorBase::PrintOn  | 
          ( | 
          std::ostream &  | 
          o = std::cout | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ SetEnergy()
  
  
      
        
          | void RhoEventSelectorBase::SetEnergy  | 
          ( | 
          Double_t  | 
          e1,  | 
         
        
           | 
           | 
          Double_t  | 
          e2 = 1.E8  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetLoose()
  
  
      
        
          | void RhoEventSelectorBase::SetLoose  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetMomentum()
  
  
      
        
          | void RhoEventSelectorBase::SetMomentum  | 
          ( | 
          Double_t  | 
          p1,  | 
         
        
           | 
           | 
          Double_t  | 
          p2 = 1.E8  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetNumberOfTracks()
  
  
      
        
          | void RhoEventSelectorBase::SetNumberOfTracks  | 
          ( | 
          UInt_t  | 
          n1,  | 
         
        
           | 
           | 
          UInt_t  | 
          n2 = 65535  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetPhi()
  
  
      
        
          | void RhoEventSelectorBase::SetPhi  | 
          ( | 
          Double_t  | 
          p1,  | 
         
        
           | 
           | 
          Double_t  | 
          p2 = 2. * 3.14159265358979323846  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetPrimaryVertex()
  
  
      
        
          | void RhoEventSelectorBase::SetPrimaryVertex  | 
          ( | 
          Double_t  | 
          d,  | 
         
        
           | 
           | 
          Double_t  | 
          zMin,  | 
         
        
           | 
           | 
          Double_t  | 
          zMax  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetPt()
  
  
      
        
          | void RhoEventSelectorBase::SetPt  | 
          ( | 
          Double_t  | 
          p1,  | 
         
        
           | 
           | 
          Double_t  | 
          p2 = 1.E8  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetShowerEnergy()
  
  
      
        
          | void RhoEventSelectorBase::SetShowerEnergy  | 
          ( | 
          Double_t  | 
          e1,  | 
         
        
           | 
           | 
          Double_t  | 
          e2 = 1.E8  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetTheta()
  
  
      
        
          | void RhoEventSelectorBase::SetTheta  | 
          ( | 
          Double_t  | 
          t1,  | 
         
        
           | 
           | 
          Double_t  | 
          t2 = 2. * 3.14159265358979323846  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetTight()
  
  
      
        
          | void RhoEventSelectorBase::SetTight  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetTotalCharge()
  
  
      
        
          | void RhoEventSelectorBase::SetTotalCharge  | 
          ( | 
          Int_t  | 
          n | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetTotalEnergy()
  
  
      
        
          | void RhoEventSelectorBase::SetTotalEnergy  | 
          ( | 
          Double_t  | 
          e1,  | 
         
        
           | 
           | 
          Double_t  | 
          e2 = 1.E8  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetTotalMomentum()
  
  
      
        
          | void RhoEventSelectorBase::SetTotalMomentum  | 
          ( | 
          Double_t  | 
          p1,  | 
         
        
           | 
           | 
          Double_t  | 
          p2 = 1.E8  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ fDocaMax
  
  
      
        
          | Double_t RhoEventSelectorBase::fDocaMax | 
         
       
   | 
  
protected   | 
  
 
 
◆ fEHigh
  
  
      
        
          | Double_t RhoEventSelectorBase::fEHigh | 
         
       
   | 
  
protected   | 
  
 
 
◆ fELow
  
  
      
        
          | Double_t RhoEventSelectorBase::fELow | 
         
       
   | 
  
protected   | 
  
 
 
◆ fEmcHigh
  
  
      
        
          | Double_t RhoEventSelectorBase::fEmcHigh | 
         
       
   | 
  
protected   | 
  
 
 
◆ fEmcLow
  
  
      
        
          | Double_t RhoEventSelectorBase::fEmcLow | 
         
       
   | 
  
protected   | 
  
 
 
◆ fETotHigh
  
  
      
        
          | Double_t RhoEventSelectorBase::fETotHigh | 
         
       
   | 
  
protected   | 
  
 
 
◆ fETotLow
  
  
      
        
          | Double_t RhoEventSelectorBase::fETotLow | 
         
       
   | 
  
protected   | 
  
 
 
◆ fNTracksMax
  
  
      
        
          | Int_t RhoEventSelectorBase::fNTracksMax | 
         
       
   | 
  
protected   | 
  
 
 
◆ fNTracksMin
  
  
      
        
          | Int_t RhoEventSelectorBase::fNTracksMin | 
         
       
   | 
  
protected   | 
  
 
 
◆ fPHigh
  
  
      
        
          | Double_t RhoEventSelectorBase::fPHigh | 
         
       
   | 
  
protected   | 
  
 
 
◆ fPhiHigh
  
  
      
        
          | Double_t RhoEventSelectorBase::fPhiHigh | 
         
       
   | 
  
protected   | 
  
 
 
◆ fPhiLow
  
  
      
        
          | Double_t RhoEventSelectorBase::fPhiLow | 
         
       
   | 
  
protected   | 
  
 
 
◆ fPLow
  
  
      
        
          | Double_t RhoEventSelectorBase::fPLow | 
         
       
   | 
  
protected   | 
  
 
 
◆ fPtHigh
  
  
      
        
          | Double_t RhoEventSelectorBase::fPtHigh | 
         
       
   | 
  
protected   | 
  
 
 
◆ fPtLow
  
  
      
        
          | Double_t RhoEventSelectorBase::fPtLow | 
         
       
   | 
  
protected   | 
  
 
 
◆ fPTotHigh
  
  
      
        
          | Double_t RhoEventSelectorBase::fPTotHigh | 
         
       
   | 
  
protected   | 
  
 
 
◆ fPTotLow
  
  
      
        
          | Double_t RhoEventSelectorBase::fPTotLow | 
         
       
   | 
  
protected   | 
  
 
 
◆ fThetaHigh
  
  
      
        
          | Double_t RhoEventSelectorBase::fThetaHigh | 
         
       
   | 
  
protected   | 
  
 
 
◆ fThetaLow
  
  
      
        
          | Double_t RhoEventSelectorBase::fThetaLow | 
         
       
   | 
  
protected   | 
  
 
 
◆ fTight
  
  
      
        
          | Bool_t RhoEventSelectorBase::fTight | 
         
       
   | 
  
protected   | 
  
 
 
◆ fTotChar
  
  
      
        
          | Int_t RhoEventSelectorBase::fTotChar | 
         
       
   | 
  
protected   | 
  
 
 
◆ fZMax
  
  
      
        
          | Double_t RhoEventSelectorBase::fZMax | 
         
       
   | 
  
protected   | 
  
 
 
◆ fZMin
  
  
      
        
          | Double_t RhoEventSelectorBase::fZMin | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: