Sector Class Reference

List of all members.

Detailed Description

Definition at line 118 of file norm.C.

Public Member Functions

 Sector (int number)
void set (int ist, float gt, float gt0)
float gt (int ist)
float gt0 (int ist)
float ratio (int ist)
float asym (int ist)
TH1 * hgt ()
TH1 * hgt0 ()
TH1 * hratio ()
TH1 * hasym ()
TH2 * hgt_yz ()
TH2 * hgt0_yz ()
TH2 * hratio_yz ()
TH2 * hasym_yz ()
void print (std::ostream &out=std::cout) const
void write (TFile &f)

Private Member Functions

void histos ()

Private Attributes

int fNumber
std::vector< float > fGt
std::vector< float > fGt0
std::vector< float > fRatio_gt_gt0
std::vector< float > fAsym_gt_gt0
TH1 * fHgt
TH1 * fHgt0
TH1 * fHratio
TH1 * fHasym
TH2 * fHgt_yz
TH2 * fHgt0_yz
TH2 * fHratio_yz
TH2 * fHasym_yz


Constructor & Destructor Documentation

Sector::Sector int  number  )  [inline]
 

Definition at line 122 of file norm.C.

References fAsym_gt_gt0, fGt, fGt0, fHasym, fHasym_yz, fHgt, fHgt0, fHgt0_yz, fHgt_yz, fHratio, fHratio_yz, fNumber, and fRatio_gt_gt0.


Member Function Documentation

float Sector::asym int  ist  )  [inline]
 

Definition at line 157 of file norm.C.

References fAsym_gt_gt0.

float Sector::gt int  ist  )  [inline]
 

Definition at line 154 of file norm.C.

References fGt.

float Sector::gt0 int  ist  )  [inline]
 

Definition at line 155 of file norm.C.

References fGt0.

TH1* Sector::hasym  )  [inline]
 

Definition at line 162 of file norm.C.

References fHasym, and histos().

Referenced by write().

TH2* Sector::hasym_yz  )  [inline]
 

Definition at line 167 of file norm.C.

References fHasym_yz, and histos().

Referenced by write().

TH1* Sector::hgt  )  [inline]
 

Definition at line 159 of file norm.C.

References fHgt, and histos().

Referenced by write().

TH1* Sector::hgt0  )  [inline]
 

Definition at line 160 of file norm.C.

References fHgt0, and histos().

Referenced by write().

TH2* Sector::hgt0_yz  )  [inline]
 

Definition at line 165 of file norm.C.

References fHgt0_yz, and histos().

Referenced by write().

TH2* Sector::hgt_yz  )  [inline]
 

Definition at line 164 of file norm.C.

References fHgt_yz, and histos().

Referenced by write().

void Sector::histos  )  [inline, private]
 

Definition at line 205 of file norm.C.

References EmcIndexer::EmcSectorId(), fGt, fHgt, fNumber, and name.

Referenced by hasym(), hasym_yz(), hgt(), hgt0(), hgt0_yz(), hgt_yz(), hratio(), hratio_yz(), and write().

TH1* Sector::hratio  )  [inline]
 

Definition at line 161 of file norm.C.

References fHratio, and histos().

Referenced by write().

TH2* Sector::hratio_yz  )  [inline]
 

Definition at line 166 of file norm.C.

References fHratio_yz, and histos().

Referenced by write().

void Sector::print std::ostream &  out = std::cout  )  const [inline]
 

Definition at line 169 of file norm.C.

References fGt, fGt0, fRatio_gt_gt0, and trim().

float Sector::ratio int  ist  )  [inline]
 

Definition at line 156 of file norm.C.

References fRatio_gt_gt0.

void Sector::set int  ist,
float  gt,
float  gt0
[inline]
 

Definition at line 142 of file norm.C.

References fAsym_gt_gt0, fGt, fGt0, and fRatio_gt_gt0.

void Sector::write TFile &  f  )  [inline]
 

Definition at line 187 of file norm.C.

References hasym(), hasym_yz(), hgt(), hgt0(), hgt0_yz(), hgt_yz(), histos(), hratio(), and hratio_yz().


Member Data Documentation

std::vector<float> Sector::fAsym_gt_gt0 [private]
 

Definition at line 365 of file norm.C.

Referenced by asym(), Sector(), and set().

std::vector<float> Sector::fGt [private]
 

Definition at line 362 of file norm.C.

Referenced by gt(), histos(), print(), Sector(), and set().

std::vector<float> Sector::fGt0 [private]
 

Definition at line 363 of file norm.C.

Referenced by gt0(), print(), Sector(), and set().

TH1* Sector::fHasym [private]
 

Definition at line 369 of file norm.C.

Referenced by hasym(), and Sector().

TH2* Sector::fHasym_yz [private]
 

Definition at line 374 of file norm.C.

Referenced by hasym_yz(), and Sector().

TH1* Sector::fHgt [private]
 

Definition at line 366 of file norm.C.

Referenced by hgt(), histos(), and Sector().

TH1* Sector::fHgt0 [private]
 

Definition at line 367 of file norm.C.

Referenced by hgt0(), and Sector().

TH2* Sector::fHgt0_yz [private]
 

Definition at line 372 of file norm.C.

Referenced by hgt0_yz(), and Sector().

TH2* Sector::fHgt_yz [private]
 

Definition at line 371 of file norm.C.

Referenced by hgt_yz(), and Sector().

TH1* Sector::fHratio [private]
 

Definition at line 368 of file norm.C.

Referenced by hratio(), and Sector().

TH2* Sector::fHratio_yz [private]
 

Definition at line 373 of file norm.C.

Referenced by hratio_yz(), and Sector().

int Sector::fNumber [private]
 

Definition at line 361 of file norm.C.

Referenced by histos(), and Sector().

std::vector<float> Sector::fRatio_gt_gt0 [private]
 

Definition at line 364 of file norm.C.

Referenced by print(), ratio(), Sector(), and set().


The documentation for this class was generated from the following file: