CMS 3D CMS Logo

hTMaxCell Class Reference

#include <CalibMuon/DTCalibration/interface/vDriftHistos.h>

List of all members.

Public Member Functions

void Fill (float tmax123, float tmax124, float tmax134, float tmax234, dttmaxenums::SigmaFactor s124, dttmaxenums::SigmaFactor s134, unsigned t0_123, unsigned t0_124, unsigned t0_134, unsigned t0_234, unsigned hSubGroup)
int GetT0Factor (TH1F *hist)
 hTMaxCell (TString name_, TFile *file)
 hTMaxCell (TString name_)
void Write ()
 ~hTMaxCell ()

Public Attributes

TH1F * hTmax123
TH1F * hTmax124s72
TH1F * hTmax124s78
TH1F * hTmax134s72
TH1F * hTmax134s78
TH1F * hTmax234
TH1F * hTmax_0
TH1F * hTmax_2t0
TH1F * hTmax_2t0_0
TH1F * hTmax_2t0_1
TH1F * hTmax_2t0_2
TH1F * hTmax_2t0_3
TH1F * hTmax_2t0_4
TH1F * hTmax_2t0_5
TH1F * hTmax_3t0
TH1F * hTmax_3t0_0
TH1F * hTmax_3t0_1
TH1F * hTmax_3t0_2
TH1F * hTmax_3t0_3
TH1F * hTmax_3t0_4
TH1F * hTmax_3t0_5
TH1F * hTmax_t0
TH1F * hTmax_t0_0
TH1F * hTmax_t0_1
TH1F * hTmax_t0_2
TH1F * hTmax_t0_3
TH1F * hTmax_t0_4
TH1F * hTmax_t0_5
TString name


Detailed Description

Definition at line 118 of file vDriftHistos.h.


Constructor & Destructor Documentation

hTMaxCell::hTMaxCell ( TString  name_  )  [inline]

Definition at line 120 of file vDriftHistos.h.

References hTmax123, hTmax124s72, hTmax124s78, hTmax134s72, hTmax134s78, hTmax234, hTmax_0, hTmax_2t0, hTmax_2t0_0, hTmax_2t0_1, hTmax_2t0_2, hTmax_2t0_3, hTmax_2t0_4, hTmax_2t0_5, hTmax_3t0, hTmax_3t0_0, hTmax_3t0_1, hTmax_3t0_2, hTmax_3t0_3, hTmax_3t0_4, hTmax_3t0_5, hTmax_t0, hTmax_t0_0, hTmax_t0_1, hTmax_t0_2, hTmax_t0_3, hTmax_t0_4, hTmax_t0_5, and name.

00120                           {
00121     name = name_;
00122 
00123     // book TMax histograms 
00124     hTmax123      = new TH1F (name+"_Tmax123", "Tmax123 value", 2000, -1000., 1000.);
00125     hTmax124s72   = new TH1F (name+"_Tmax124_s72", "Tmax124 sigma=sqrt(7/2) value", 2000, -1000., 1000.);
00126     hTmax124s78   = new TH1F (name+"_Tmax124_s78", "Tmax124 sigma=sqrt(7/8) value", 2000, -1000., 1000.);
00127     hTmax134s72   = new TH1F (name+"_Tmax134_s72", "Tmax134 sigma=sqrt(7/2) value", 2000, -1000., 1000.);
00128     hTmax134s78   = new TH1F (name+"_Tmax134_s78", "Tmax134 sigma=sqrt(7/8) value", 2000, -1000., 1000.);
00129     hTmax234      = new TH1F (name+"_Tmax234", "Tmax234 value", 2000, -1000., 1000.);
00130     hTmax_3t0  = new TH1F (name+"_3t0", "Tmax+3*Delta(t0)", 2000, -1000., 1000.); 
00131     hTmax_3t0_0  = new TH1F (name+"_3t0_0", "Tmax+3*Delta(t0); 3 hits", 2000, -1000., 1000.); 
00132     hTmax_3t0_1  = new TH1F (name+"_3t0_1", "Tmax+3*Delta(t0); one t<5ns", 2000, -1000., 1000.); 
00133     hTmax_3t0_2  = new TH1F (name+"_3t0_2", "Tmax+3*Delta(t0); one t<10ns", 2000, -1000., 1000.); 
00134     hTmax_3t0_3  = new TH1F (name+"_3t0_3", "Tmax+3*Delta(t0); one t<20ns", 2000, -1000., 1000.); 
00135     hTmax_3t0_4  = new TH1F (name+"_3t0_4", "Tmax+3*Delta(t0); one t<50ns", 2000, -1000., 1000.); 
00136     hTmax_3t0_5  = new TH1F (name+"_3t0_5", "Tmax+3*Delta(t0); all t>50ns", 2000, -1000., 1000.); 
00137     hTmax_2t0  = new TH1F (name+"_2t0", "Tmax+2*Delta(t0)", 2000, -1000., 1000.);
00138     hTmax_2t0_0  = new TH1F (name+"_2t0_0", "Tmax+2*Delta(t0); 3 hits", 2000, -1000., 1000.); 
00139     hTmax_2t0_1  = new TH1F (name+"_2t0_1", "Tmax+2*Delta(t0); one t<5ns", 2000, -1000., 1000.); 
00140     hTmax_2t0_2  = new TH1F (name+"_2t0_2", "Tmax+2*Delta(t0); one t<10ns", 2000, -1000., 1000.); 
00141     hTmax_2t0_3  = new TH1F (name+"_2t0_3", "Tmax+2*Delta(t0); one t<20ns", 2000, -1000., 1000.); 
00142     hTmax_2t0_4  = new TH1F (name+"_2t0_4", "Tmax+2*Delta(t0); one t<50ns", 2000, -1000., 1000.); 
00143     hTmax_2t0_5  = new TH1F (name+"_2t0_5", "Tmax+2*Delta(t0); all t>50ns", 2000, -1000., 1000.); 
00144     hTmax_t0   = new TH1F (name+"_t0", "Tmax+Delta(t0)", 2000, -1000., 1000.);
00145     hTmax_t0_0  = new TH1F (name+"_t0_0", "Tmax+Delta(t0); 3 hits", 2000, -1000., 1000.); 
00146     hTmax_t0_1  = new TH1F (name+"_t0_1", "Tmax+Delta(t0); one t<5ns", 2000, -1000., 1000.); 
00147     hTmax_t0_2  = new TH1F (name+"_t0_2", "Tmax+Delta(t0); one t<10ns", 2000, -1000., 1000.); 
00148     hTmax_t0_3  = new TH1F (name+"_t0_3", "Tmax+Delta(t0); one t<20ns", 2000, -1000., 1000.); 
00149     hTmax_t0_4  = new TH1F (name+"_t0_4", "Tmax+Delta(t0); one t<50ns", 2000, -1000., 1000.); 
00150     hTmax_t0_5  = new TH1F (name+"_t0_5", "Tmax+Delta(t0); all t>50ns", 2000, -1000., 1000.); 
00151     hTmax_0    = new TH1F (name+"_0", "Tmax", 2000, -1000., 1000.);
00152   }

hTMaxCell::hTMaxCell ( TString  name_,
TFile *  file 
) [inline]

Definition at line 155 of file vDriftHistos.h.

References hTmax123, hTmax124s72, hTmax124s78, hTmax134s72, hTmax134s78, hTmax234, hTmax_0, hTmax_2t0, hTmax_2t0_0, hTmax_2t0_1, hTmax_2t0_2, hTmax_2t0_3, hTmax_2t0_4, hTmax_2t0_5, hTmax_3t0, hTmax_3t0_0, hTmax_3t0_1, hTmax_3t0_2, hTmax_3t0_3, hTmax_3t0_4, hTmax_3t0_5, hTmax_t0, hTmax_t0_1, hTmax_t0_2, hTmax_t0_3, hTmax_t0_4, hTmax_t0_5, and name.

00155                                         {
00156     name=name_;
00157     hTmax123      = (TH1F *) file->Get(name+"_Tmax123");
00158     hTmax124s72   = (TH1F *) file->Get(name+"_Tmax124_s72");
00159     hTmax124s78   = (TH1F *) file->Get(name+"_Tmax124_s78");
00160     hTmax134s72   = (TH1F *) file->Get(name+"_Tmax134_s72");
00161     hTmax134s78   = (TH1F *) file->Get(name+"_Tmax134_s78");
00162     hTmax234      = (TH1F *) file->Get(name+"_Tmax234");
00163     hTmax_3t0  = (TH1F *) file->Get(name+"_3t0");
00164     hTmax_3t0_0  = (TH1F *) file->Get(name+"_3t0_0");
00165     hTmax_3t0_1  = (TH1F *) file->Get(name+"_3t0_1");
00166     hTmax_3t0_2  = (TH1F *) file->Get(name+"_3t0_2");
00167     hTmax_3t0_3  = (TH1F *) file->Get(name+"_3t0_3");
00168     hTmax_3t0_4  = (TH1F *) file->Get(name+"_3t0_4");
00169     hTmax_3t0_5  = (TH1F *) file->Get(name+"_3t0_5");
00170     hTmax_2t0  = (TH1F *) file->Get(name+"_2t0");
00171     hTmax_2t0_0  = (TH1F *) file->Get(name+"_2t0_0");
00172     hTmax_2t0_1  = (TH1F *) file->Get(name+"_2t0_1");
00173     hTmax_2t0_2  = (TH1F *) file->Get(name+"_2t0_2");
00174     hTmax_2t0_3  = (TH1F *) file->Get(name+"_2t0_3");
00175     hTmax_2t0_4  = (TH1F *) file->Get(name+"_2t0_4");
00176     hTmax_2t0_5  = (TH1F *) file->Get(name+"_2t0_5");
00177     hTmax_t0  = (TH1F *) file->Get(name+"_t0");
00178     hTmax_t0_1  = (TH1F *) file->Get(name+"_t0_1");
00179     hTmax_t0_2  = (TH1F *) file->Get(name+"_t0_2");
00180     hTmax_t0_3  = (TH1F *) file->Get(name+"_t0_3");
00181     hTmax_t0_4  = (TH1F *) file->Get(name+"_t0_4");
00182     hTmax_t0_5  = (TH1F *) file->Get(name+"_t0_5");
00183     hTmax_0  = (TH1F *) file->Get(name+"_0");
00184 
00185   }

hTMaxCell::~hTMaxCell (  )  [inline]

Definition at line 188 of file vDriftHistos.h.

References hTmax123, hTmax124s72, hTmax124s78, hTmax134s72, hTmax134s78, hTmax234, hTmax_0, hTmax_2t0, hTmax_2t0_0, hTmax_2t0_1, hTmax_2t0_2, hTmax_2t0_3, hTmax_2t0_4, hTmax_2t0_5, hTmax_3t0, hTmax_3t0_0, hTmax_3t0_1, hTmax_3t0_2, hTmax_3t0_3, hTmax_3t0_4, hTmax_3t0_5, hTmax_t0, hTmax_t0_0, hTmax_t0_1, hTmax_t0_2, hTmax_t0_3, hTmax_t0_4, and hTmax_t0_5.

00188               {
00189     delete hTmax123;
00190     delete hTmax124s72;
00191     delete hTmax124s78;
00192     delete hTmax134s72;
00193     delete hTmax134s78;
00194     delete hTmax234;
00195     delete hTmax_3t0;
00196     delete hTmax_3t0_0;
00197     delete hTmax_3t0_1;
00198     delete hTmax_3t0_2;
00199     delete hTmax_3t0_3;
00200     delete hTmax_3t0_4;
00201     delete hTmax_3t0_5;
00202     delete hTmax_2t0;
00203     delete hTmax_2t0_0;
00204     delete hTmax_2t0_1;
00205     delete hTmax_2t0_2;
00206     delete hTmax_2t0_3;
00207     delete hTmax_2t0_4;
00208     delete hTmax_2t0_5;
00209     delete hTmax_t0;
00210     delete hTmax_t0_0;
00211     delete hTmax_t0_1;
00212     delete hTmax_t0_2;
00213     delete hTmax_t0_3;
00214     delete hTmax_t0_4;
00215     delete hTmax_t0_5;
00216     delete hTmax_0;
00217 
00218   }


Member Function Documentation

void hTMaxCell::Fill ( float  tmax123,
float  tmax124,
float  tmax134,
float  tmax234,
dttmaxenums::SigmaFactor  s124,
dttmaxenums::SigmaFactor  s134,
unsigned  t0_123,
unsigned  t0_124,
unsigned  t0_134,
unsigned  t0_234,
unsigned  hSubGroup 
) [inline]

Definition at line 220 of file vDriftHistos.h.

References hTmax123, hTmax124s72, hTmax124s78, hTmax134s72, hTmax134s78, hTmax234, hTmax_0, hTmax_2t0, hTmax_2t0_0, hTmax_2t0_1, hTmax_2t0_2, hTmax_2t0_3, hTmax_2t0_4, hTmax_2t0_5, hTmax_3t0, hTmax_3t0_0, hTmax_3t0_1, hTmax_3t0_2, hTmax_3t0_3, hTmax_3t0_4, hTmax_3t0_5, hTmax_t0, hTmax_t0_0, hTmax_t0_1, hTmax_t0_2, hTmax_t0_3, hTmax_t0_4, hTmax_t0_5, and dttmaxenums::r72.

00228               {
00229  
00230     if(tmax123 > 0.) {
00231       hTmax123->Fill(tmax123);
00232       if(t0_123==1) {
00233         hTmax_t0->Fill(tmax123);
00234         switch(hSubGroup) {
00235         case 0: hTmax_t0_0->Fill(tmax123); break;
00236         case 1: hTmax_t0_1->Fill(tmax123); break;
00237         case 2: hTmax_t0_2->Fill(tmax123); break;
00238         case 3: hTmax_t0_3->Fill(tmax123); break;
00239         case 4: hTmax_t0_4->Fill(tmax123); break;
00240         case 99: hTmax_t0_5->Fill(tmax123); break;
00241         }
00242       }
00243       else {
00244         hTmax_2t0->Fill(tmax123);
00245         switch(hSubGroup) {
00246         case 0: hTmax_2t0_0->Fill(tmax123); break;
00247         case 1: hTmax_2t0_1->Fill(tmax123); break;
00248         case 2: hTmax_2t0_2->Fill(tmax123); break;
00249         case 3: hTmax_2t0_3->Fill(tmax123); break;
00250         case 4: hTmax_2t0_4->Fill(tmax123); break;
00251         case 99: hTmax_2t0_5->Fill(tmax123); break;
00252         }
00253       }
00254     }
00255     if(tmax124 > 0.) {
00256       (s124==dttmaxenums::r72)? hTmax124s72->Fill(tmax124):hTmax124s78->Fill(tmax124);
00257       if(t0_124==0)  
00258         hTmax_0->Fill(tmax124);
00259       else if(t0_124==1) {
00260         hTmax_t0->Fill(tmax124); 
00261         switch(hSubGroup) {
00262         case 0: hTmax_t0_0->Fill(tmax124); break;
00263         case 1: hTmax_t0_1->Fill(tmax124); break;
00264         case 2: hTmax_t0_2->Fill(tmax124); break;
00265         case 3: hTmax_t0_3->Fill(tmax124); break;
00266         case 4: hTmax_t0_4->Fill(tmax124); break;
00267         case 99: hTmax_t0_5->Fill(tmax124); break;
00268         }
00269       }
00270       else if(t0_124== 2) {
00271         hTmax_2t0->Fill(tmax124);
00272         switch(hSubGroup) {
00273         case 0: hTmax_2t0_0->Fill(tmax124); break;
00274         case 1: hTmax_2t0_1->Fill(tmax124); break;
00275         case 2: hTmax_2t0_2->Fill(tmax124); break;
00276         case 3: hTmax_2t0_3->Fill(tmax124); break;
00277         case 4: hTmax_2t0_4->Fill(tmax124); break;
00278         case 99: hTmax_2t0_5->Fill(tmax124); break;
00279         }
00280       }
00281       else if(t0_124==3) {
00282         hTmax_3t0->Fill(tmax124); 
00283         switch(hSubGroup) {
00284         case 0: hTmax_3t0_0->Fill(tmax124); break;
00285         case 1: hTmax_3t0_1->Fill(tmax124); break;
00286         case 2: hTmax_3t0_2->Fill(tmax124); break;
00287         case 3: hTmax_3t0_3->Fill(tmax124); break;
00288         case 4: hTmax_3t0_4->Fill(tmax124); break;
00289         case 99: hTmax_3t0_5->Fill(tmax124);break;
00290         }      
00291       }
00292     }
00293     if(tmax134 > 0.) {
00294       (s134==dttmaxenums::r72)? hTmax134s72->Fill(tmax134):hTmax134s78->Fill(tmax134);
00295       if(t0_134==0)  
00296         hTmax_0->Fill(tmax134);
00297       else if(t0_134==1) {
00298         hTmax_t0->Fill(tmax134); 
00299         switch(hSubGroup) {
00300         case 0: hTmax_t0_0->Fill(tmax134); break;
00301         case 1: hTmax_t0_1->Fill(tmax134); break;
00302         case 2: hTmax_t0_2->Fill(tmax134); break;
00303         case 3: hTmax_t0_3->Fill(tmax134); break;
00304         case 4: hTmax_t0_4->Fill(tmax134); break;
00305         case 99: hTmax_t0_5->Fill(tmax134); break;
00306         }
00307       }
00308       else if(t0_134== 2) {
00309         hTmax_2t0->Fill(tmax134);
00310         switch(hSubGroup) {
00311         case 0: hTmax_2t0_0->Fill(tmax134); break;
00312         case 1: hTmax_2t0_1->Fill(tmax134); break;
00313         case 2: hTmax_2t0_2->Fill(tmax134); break;
00314         case 3: hTmax_2t0_3->Fill(tmax134); break;
00315         case 4: hTmax_2t0_4->Fill(tmax134); break;
00316         case 99: hTmax_2t0_5->Fill(tmax134); break;
00317         }
00318       }
00319       else if(t0_134==3) {
00320         hTmax_3t0->Fill(tmax134); 
00321         switch(hSubGroup) {
00322         case 0: hTmax_3t0_0->Fill(tmax134); break;
00323         case 1: hTmax_3t0_1->Fill(tmax134); break;
00324         case 2: hTmax_3t0_2->Fill(tmax134); break;
00325         case 3: hTmax_3t0_3->Fill(tmax134); break;
00326         case 4: hTmax_3t0_4->Fill(tmax134); break;
00327         case 99: hTmax_3t0_5->Fill(tmax134); break;
00328         }      
00329       }
00330     }
00331     if(tmax234 > 0.) {
00332       hTmax234->Fill(tmax234);
00333       if(t0_234==1) {
00334         hTmax_t0->Fill(tmax234);
00335         switch(hSubGroup) {
00336         case 0: hTmax_t0_0->Fill(tmax234); break;
00337         case 1: hTmax_t0_1->Fill(tmax234); break;
00338         case 2: hTmax_t0_2->Fill(tmax234); break;
00339         case 3: hTmax_t0_3->Fill(tmax234); break;
00340         case 4: hTmax_t0_4->Fill(tmax234); break;
00341         case 99: hTmax_t0_5->Fill(tmax234);break;
00342         }
00343       }
00344       else {
00345         hTmax_2t0->Fill(tmax234);
00346         switch(hSubGroup) {
00347         case 0: hTmax_2t0_0->Fill(tmax234); break;
00348         case 1: hTmax_2t0_1->Fill(tmax234); break;
00349         case 2: hTmax_2t0_2->Fill(tmax234); break;
00350         case 3: hTmax_2t0_3->Fill(tmax234); break;
00351         case 4: hTmax_2t0_4->Fill(tmax234); break;
00352         case 99: hTmax_2t0_5->Fill(tmax234); break;
00353         }
00354       }
00355     }      
00356   }

int hTMaxCell::GetT0Factor ( TH1F *  hist  )  [inline]

Definition at line 391 of file vDriftHistos.h.

References hTmax_0, hTmax_2t0, hTmax_3t0, and hTmax_t0.

Referenced by DTMeanTimerFitter::evaluateVDriftAndReso().

00391                               {
00392     unsigned t0 = 999;
00393 
00394     if (hist == hTmax_3t0)
00395       t0 = 3;
00396     else if(hist == hTmax_2t0)
00397       t0 = 2;
00398     else if(hist ==  hTmax_t0)
00399       t0 = 1;    
00400     else if (hist == hTmax_0)
00401       t0 = 0;
00402        
00403     return t0;
00404   }

void hTMaxCell::Write (  )  [inline]

Definition at line 358 of file vDriftHistos.h.

References hTmax123, hTmax124s72, hTmax124s78, hTmax134s72, hTmax134s78, hTmax234, hTmax_0, hTmax_2t0, hTmax_2t0_0, hTmax_2t0_1, hTmax_2t0_2, hTmax_2t0_3, hTmax_2t0_4, hTmax_2t0_5, hTmax_3t0, hTmax_3t0_0, hTmax_3t0_1, hTmax_3t0_2, hTmax_3t0_3, hTmax_3t0_4, hTmax_3t0_5, hTmax_t0, hTmax_t0_0, hTmax_t0_1, hTmax_t0_2, hTmax_t0_3, hTmax_t0_4, and hTmax_t0_5.

Referenced by DTVDriftCalibration::endJob().

00358                { 
00359     // write the Tmax histograms 
00360     hTmax123->Write();
00361     hTmax124s72->Write();
00362     hTmax124s78->Write();
00363     hTmax134s72->Write();
00364     hTmax134s78->Write();
00365     hTmax234->Write(); 
00366     hTmax_3t0->Write();
00367     hTmax_3t0_0->Write();
00368     hTmax_3t0_1->Write();
00369     hTmax_3t0_2->Write();
00370     hTmax_3t0_3->Write();
00371     hTmax_3t0_4->Write();
00372     hTmax_3t0_5->Write();
00373     hTmax_2t0->Write();
00374     hTmax_2t0_0->Write();
00375     hTmax_2t0_1->Write();
00376     hTmax_2t0_2->Write();
00377     hTmax_2t0_3->Write();
00378     hTmax_2t0_4->Write();
00379     hTmax_2t0_5->Write();
00380     hTmax_t0->Write();
00381     hTmax_t0_0->Write();
00382     hTmax_t0_1->Write();
00383     hTmax_t0_2->Write();
00384     hTmax_t0_3->Write();
00385     hTmax_t0_4->Write();
00386     hTmax_t0_5->Write();
00387     hTmax_0->Write();
00388 
00389   }


Member Data Documentation

TH1F* hTMaxCell::hTmax123

Definition at line 406 of file vDriftHistos.h.

Referenced by DTMeanTimerFitter::evaluateVDriftAndReso(), Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax124s72

Definition at line 407 of file vDriftHistos.h.

Referenced by DTMeanTimerFitter::evaluateVDriftAndReso(), Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax124s78

Definition at line 408 of file vDriftHistos.h.

Referenced by DTMeanTimerFitter::evaluateVDriftAndReso(), Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax134s72

Definition at line 409 of file vDriftHistos.h.

Referenced by DTMeanTimerFitter::evaluateVDriftAndReso(), Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax134s78

Definition at line 410 of file vDriftHistos.h.

Referenced by DTMeanTimerFitter::evaluateVDriftAndReso(), Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax234

Definition at line 411 of file vDriftHistos.h.

Referenced by DTMeanTimerFitter::evaluateVDriftAndReso(), Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_0

Definition at line 433 of file vDriftHistos.h.

Referenced by DTMeanTimerFitter::evaluateVDriftAndReso(), Fill(), GetT0Factor(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_2t0

Definition at line 419 of file vDriftHistos.h.

Referenced by DTMeanTimerFitter::evaluateVDriftAndReso(), Fill(), GetT0Factor(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_2t0_0

Definition at line 420 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_2t0_1

Definition at line 421 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_2t0_2

Definition at line 422 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_2t0_3

Definition at line 423 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_2t0_4

Definition at line 424 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_2t0_5

Definition at line 425 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_3t0

Definition at line 412 of file vDriftHistos.h.

Referenced by DTMeanTimerFitter::evaluateVDriftAndReso(), Fill(), GetT0Factor(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_3t0_0

Definition at line 413 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_3t0_1

Definition at line 414 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_3t0_2

Definition at line 415 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_3t0_3

Definition at line 416 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_3t0_4

Definition at line 417 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_3t0_5

Definition at line 418 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_t0

Definition at line 426 of file vDriftHistos.h.

Referenced by DTMeanTimerFitter::evaluateVDriftAndReso(), Fill(), GetT0Factor(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_t0_0

Definition at line 427 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_t0_1

Definition at line 428 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_t0_2

Definition at line 429 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_t0_3

Definition at line 430 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_t0_4

Definition at line 431 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TH1F* hTMaxCell::hTmax_t0_5

Definition at line 432 of file vDriftHistos.h.

Referenced by Fill(), hTMaxCell(), Write(), and ~hTMaxCell().

TString hTMaxCell::name

Definition at line 435 of file vDriftHistos.h.

Referenced by hTMaxCell().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:24:48 2009 for CMSSW by  doxygen 1.5.4