Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

StdNtup Class Reference

#include <StdNtup.h>

List of all members.

Public Member Functions

void Clear ()
void SetEvent (int i)
 Set methods for general information.
void AddEvtLength (int i)
void AddEvtCells (int i)
void AddEvtPH (double f)
void AddEvtWidth (double f)
void SetMCVertex (double xyz[3])
 Set methods for MC truth infotrmation.
void SetMCNuType (int i)
void SetMCMode (int i)
void SetMCCCNC (int i)
void SetMCFluxPos (double flux[6])
void SetMCFluxNeg (double flux[6])
void SetMCFluxGen (double flux[6])
void SetMCEnu (double f)
void SetMCElep (double f)
void SetMCEhad (double f)
void SetNShw3D (int i)
 Set methods for shower 3D PRIMARY reconstruction variables.
void SetNShw (int i)
void AddShwPulseHeight3Dp (double f)
void AddShwPH13Dp (double f)
void AddShwPH23Dp (double f)
void AddShwPH33Dp (double f)
void AddShwFracPH3Dp (double f)
void AddShwLength3Dp (double f)
void AddShwNCell3Dp (int fi)
void AddShwVtxX3Dp (double f)
void AddShwVtxY3Dp (double f)
void AddShwVtxZ3Dp (double f)
void AddShwVtxPlane3Dp (int fi)
void AddShwEndX3Dp (double f)
void AddShwEndY3Dp (double f)
void AddShwEndZ3Dp (double f)
void AddShwSinglePlanes3Dp (int fi)
void AddShwEnergy3Dp (double f)
void AddShwXMax3Dp (double f)
void AddShwYMax3Dp (double f)
void AddShwZMaxX3Dp (double f)
void AddShwZMaxY3Dp (double f)
void AddShwWX3Dp (double f)
void AddShwWY3Dp (double f)
void AddShwWPlXmin3Dp (int fi)
void AddShwWPlYmin3Dp (int fi)
void AddShwWPlXmax3Dp (int fi)
void AddShwWPlYmax3Dp (int fi)
void AddShwBetaConst3Dp (double f)
void AddShwChiFit3Dp (double f)
void AddShwFracMR3Dp (double f)
void AddShwECritical3Dp (double f)
void AddShwCsubE3Dp (double f)
void AddShwCosZ3Dp (double f)
void AddShwRMSX3Dp (double f)
void AddShwRMSY3Dp (double f)
void AddShwNPeaks3Dp (int f)

Public Attributes

int spill
int event
double totph
 EVENT.
int totlength
int totcell
double totwidth
double mcvtxx
 MC.
double mcvtxy
double mcvtxz
int mcinu
int mcmode
int mcccnc
double mcfluxpos [6]
 e,ebar,mu,mubar,tau,taubar flux, +horn focus
double mcfluxneg [6]
 Fluxes as aboce, for negative horn focus.
double mcfluxgen [6]
 Fluxes as above, assumed by generator.
double mcenu
double mcelep
double mcehad
int nshower
int nshower3d
double ShwWX3Dp
double ShwWY3Dp
int ShwWPlXmin3Dp
int ShwWPlYmin3Dp
int ShwWPlXmax3Dp
int ShwWPlYmax3Dp
double ShwPH13Dp
double ShwPH23Dp
double ShwPH33Dp
double ShwPulseHeight3Dp
double ShwFracPH3Dp
double ShwFracMR3Dp
double ShwLength3Dp
int ShwNCell3Dp
double ShwVtxX3Dp
double ShwVtxY3Dp
double ShwVtxZ3Dp
int ShwVtxPlane3Dp
double ShwEndX3Dp
double ShwEndY3Dp
double ShwEndZ3Dp
int ShwSinglePlanes3Dp
double ShwEnergy3Dp
double ShwXMax3Dp
double ShwYMax3Dp
double ShwZMax3Dp
double ShwZMaxX3Dp
double ShwZMaxY3Dp
double ShwBetaConst3Dp
double ShwChiFit3Dp
double ShwECritical3Dp
double ShwCsubE3Dp
double ShwCosZ3Dp
double ShwRMSX3Dp
double ShwRMSY3Dp
int ShwNPeaks3Dp


Member Function Documentation

void StdNtup::AddEvtCells int  i  )  [inline]
 

Definition at line 33 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillEventInfo().

00033 { totcell   = i; }

void StdNtup::AddEvtLength int  i  )  [inline]
 

Definition at line 32 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillEventInfo().

00032 { totlength = i; }

void StdNtup::AddEvtPH double  f  )  [inline]
 

Definition at line 34 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillEventInfo().

00034 { totph     = f; }

void StdNtup::AddEvtWidth double  f  )  [inline]
 

Definition at line 35 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillEventInfo().

00035 { totwidth  = f; }  

void StdNtup::AddShwBetaConst3Dp double  f  )  [inline]
 

Definition at line 231 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00231 { ShwBetaConst3Dp    = f; }

void StdNtup::AddShwChiFit3Dp double  f  )  [inline]
 

Definition at line 232 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00232 { ShwChiFit3Dp       = f; }

void StdNtup::AddShwCosZ3Dp double  f  )  [inline]
 

Definition at line 236 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00236 { ShwCosZ3Dp         = f; }

void StdNtup::AddShwCsubE3Dp double  f  )  [inline]
 

Definition at line 235 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00235 { ShwCsubE3Dp        = f; }

void StdNtup::AddShwECritical3Dp double  f  )  [inline]
 

Definition at line 234 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00234 { ShwECritical3Dp    = f; }

void StdNtup::AddShwEndX3Dp double  f  )  [inline]
 

Definition at line 214 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00214 { ShwEndX3Dp       = f; }

void StdNtup::AddShwEndY3Dp double  f  )  [inline]
 

Definition at line 215 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00215 { ShwEndY3Dp       = f; }

void StdNtup::AddShwEndZ3Dp double  f  )  [inline]
 

Definition at line 216 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00216 { ShwEndZ3Dp       = f; }

void StdNtup::AddShwEnergy3Dp double  f  )  [inline]
 

Definition at line 218 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00218 { ShwEnergy3Dp     = f; }

void StdNtup::AddShwFracMR3Dp double  f  )  [inline]
 

Definition at line 233 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00233 { ShwFracMR3Dp       = f; }

void StdNtup::AddShwFracPH3Dp double  f  )  [inline]
 

Definition at line 207 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00207 { ShwFracPH3Dp       = f; }

void StdNtup::AddShwLength3Dp double  f  )  [inline]
 

Definition at line 208 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00208 { ShwLength3Dp     = f; }

void StdNtup::AddShwNCell3Dp int  fi  )  [inline]
 

Definition at line 209 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00209 { ShwNCell3Dp      = fi;}

void StdNtup::AddShwNPeaks3Dp int  f  )  [inline]
 

Definition at line 239 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00239 { ShwNPeaks3Dp       = f; }

void StdNtup::AddShwPH13Dp double  f  )  [inline]
 

Definition at line 204 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00204 { ShwPH13Dp          = f; }

void StdNtup::AddShwPH23Dp double  f  )  [inline]
 

Definition at line 205 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00205 { ShwPH23Dp          = f; }

void StdNtup::AddShwPH33Dp double  f  )  [inline]
 

Definition at line 206 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00206 { ShwPH33Dp          = f; }

void StdNtup::AddShwPulseHeight3Dp double  f  )  [inline]
 

Definition at line 203 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00203 { ShwPulseHeight3Dp  = f; }

void StdNtup::AddShwRMSX3Dp double  f  )  [inline]
 

Definition at line 237 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00237 { ShwRMSY3Dp         = f; }

void StdNtup::AddShwRMSY3Dp double  f  )  [inline]
 

Definition at line 238 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00238 { ShwRMSX3Dp         = f; }

void StdNtup::AddShwSinglePlanes3Dp int  fi  )  [inline]
 

Definition at line 217 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00217 { ShwSinglePlanes3Dp = fi;}

void StdNtup::AddShwVtxPlane3Dp int  fi  )  [inline]
 

Definition at line 213 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00213 { ShwVtxPlane3Dp     = fi;}

void StdNtup::AddShwVtxX3Dp double  f  )  [inline]
 

Definition at line 210 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00210 { ShwVtxX3Dp       = f; }

void StdNtup::AddShwVtxY3Dp double  f  )  [inline]
 

Definition at line 211 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00211 { ShwVtxY3Dp       = f; }

void StdNtup::AddShwVtxZ3Dp double  f  )  [inline]
 

Definition at line 212 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00212 { ShwVtxZ3Dp       = f; }

void StdNtup::AddShwWPlXmax3Dp int  fi  )  [inline]
 

Definition at line 228 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00228 { ShwWPlXmax3Dp    = fi;}

void StdNtup::AddShwWPlXmin3Dp int  fi  )  [inline]
 

Definition at line 226 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00226 { ShwWPlXmin3Dp    = fi;}

void StdNtup::AddShwWPlYmax3Dp int  fi  )  [inline]
 

Definition at line 229 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00229 { ShwWPlYmax3Dp    = fi;}

void StdNtup::AddShwWPlYmin3Dp int  fi  )  [inline]
 

Definition at line 227 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00227 { ShwWPlYmin3Dp    = fi;}

void StdNtup::AddShwWX3Dp double  f  )  [inline]
 

Definition at line 224 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00224 { ShwWX3Dp           = f; }

void StdNtup::AddShwWY3Dp double  f  )  [inline]
 

Definition at line 225 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00225 { ShwWY3Dp         = f; }

void StdNtup::AddShwXMax3Dp double  f  )  [inline]
 

Definition at line 219 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00219 { ShwXMax3Dp       = f; }

void StdNtup::AddShwYMax3Dp double  f  )  [inline]
 

Definition at line 220 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00220 { ShwYMax3Dp       = f; }

void StdNtup::AddShwZMaxX3Dp double  f  )  [inline]
 

Definition at line 221 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00221 { ShwZMaxX3Dp      = f; }

void StdNtup::AddShwZMaxY3Dp double  f  )  [inline]
 

Definition at line 222 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00222 { ShwZMaxY3Dp      = f; }

void StdNtup::Clear  ) 
 

Definition at line 140 of file StdNtup.cxx.

References event, mcccnc, mcehad, mcelep, mcenu, mcfluxgen, mcfluxneg, mcfluxpos, mcinu, mcmode, mcvtxx, mcvtxy, mcvtxz, nshower, nshower3d, ShwBetaConst3Dp, ShwChiFit3Dp, ShwCosZ3Dp, ShwCsubE3Dp, ShwECritical3Dp, ShwEndX3Dp, ShwEndY3Dp, ShwEndZ3Dp, ShwEnergy3Dp, ShwFracMR3Dp, ShwFracPH3Dp, ShwLength3Dp, ShwNCell3Dp, ShwNPeaks3Dp, ShwPH13Dp, ShwPH23Dp, ShwPH33Dp, ShwPulseHeight3Dp, ShwRMSX3Dp, ShwRMSY3Dp, ShwSinglePlanes3Dp, ShwVtxPlane3Dp, ShwVtxX3Dp, ShwVtxY3Dp, ShwVtxZ3Dp, ShwWPlXmax3Dp, ShwWPlXmin3Dp, ShwWPlYmax3Dp, ShwWPlYmin3Dp, ShwWX3Dp, ShwWY3Dp, ShwXMax3Dp, ShwYMax3Dp, ShwZMaxX3Dp, ShwZMaxY3Dp, spill, totcell, totlength, totph, and totwidth.

Referenced by fillntup::FillNtup::Ana(), and main().

00141 {
00142   spill     = 0;
00143   event     = 0;
00144   totph     = 0;
00145   totlength = 0;
00146   totwidth  = 0;
00147   totcell   = 0;
00148 
00149   mcvtxx = 0.;
00150   mcvtxy = 0.;
00151   mcvtxz = 0.;
00152   mcinu  = 0;
00153   mcmode = 0;
00154   mcccnc = 0;
00155   for(int i=0; i<6; i++) mcfluxpos[i] = 0.;
00156   for(int i=0; i<6; i++) mcfluxneg[i] = 0.;
00157   for(int i=0; i<6; i++) mcfluxgen[i] = 0.;
00158   mcenu = 0;
00159   mcelep = 0;
00160   mcehad = 0;
00161 
00162 /*
00163   ntrack = 0;
00164   trkrange.clear();
00165   trkvtxx.clear();
00166   trkvtxy.clear();
00167   trkvtxz.clear();
00168   trkendx.clear();
00169   trkendy.clear();
00170   trkendz.clear();
00171   trkdirx.clear();
00172   trkdiry.clear();
00173   trkdirz.clear();
00174 
00175   ShwPulseHeight .clear();
00176   ShwLength.clear();    
00177   ShwNCell.clear();     
00178   ShwVtxT.clear();      
00179   ShwVtxZ.clear();      
00180   ShwVtxPlane.clear();  
00181   ShwEndT.clear();      
00182   ShwEndZ.clear();      
00183   ShwMatched.clear();   
00184   ShwSinglePlanes.clear();
00185   ShwEnergy.clear();    
00186   ShwZMax.clear();      
00187   ShwTMax.clear();      
00188   ShwPlaneView.clear();  
00189  
00190   ShwPulseHeight3D.clear(); 
00191   ShwLength3D.clear();    
00192   ShwNCell3D.clear();     
00193   ShwVtxX3D.clear();      
00194   ShwVtxY3D.clear();      
00195   ShwVtxZ3D.clear();      
00196   ShwVtxPlane3D.clear();    
00197   ShwEndX3D.clear();      
00198   ShwEndY3D.clear();      
00199   ShwEndZ3D.clear();      
00200   ShwSinglePlanes3D.clear();
00201   ShwEnergy3D.clear();    
00202   ShwXMax3D.clear();      
00203   ShwYMax3D.clear();      
00204   ShwZMaxX3D.clear();
00205   ShwZMaxY3D.clear();
00206  */
00207  
00208   ShwWX3Dp          =  0;
00209   ShwWY3Dp          =  0;
00210   ShwWPlXmin3Dp     =  0;
00211   ShwWPlYmin3Dp     =  0;
00212   ShwWPlXmax3Dp     =  0;
00213   ShwWPlYmax3Dp     =  0; 
00214   nshower           =  0;
00215   nshower3d         =  0;
00216   ShwPH13Dp         =  0;
00217   ShwPH23Dp         =  0;
00218   ShwPH33Dp         =  0;
00219   ShwPulseHeight3Dp =  0; 
00220   ShwFracPH3Dp      =  0;
00221   ShwLength3Dp      =  0;     
00222   ShwNCell3Dp       =  0;          
00223   ShwVtxX3Dp        = -1;          
00224   ShwVtxY3Dp        = -1;          
00225   ShwVtxZ3Dp        = -1;          
00226   ShwVtxPlane3Dp    = -1;    
00227   ShwEndX3Dp        = -1;          
00228   ShwEndY3Dp        = -1;          
00229   ShwEndZ3Dp        = -1;          
00230   ShwSinglePlanes3Dp=  0;
00231   ShwEnergy3Dp      =  0;     
00232   ShwXMax3Dp        = -1;          
00233   ShwYMax3Dp        = -1;          
00234   ShwZMaxX3Dp       = -1;        
00235   ShwZMaxY3Dp       = -1;        
00236   ShwCosZ3Dp        = -2;
00237   ShwBetaConst3Dp   = -99;
00238   ShwCsubE3Dp       = -99;
00239   ShwECritical3Dp   = -99; 
00240   ShwChiFit3Dp      = -99;
00241   ShwFracMR3Dp      = -99;
00242   ShwRMSX3Dp        = -99;
00243   ShwRMSY3Dp        = -99;
00244   ShwNPeaks3Dp      = -99;
00245 }

void StdNtup::SetEvent int  i  )  [inline]
 

Set methods for general information.

Definition at line 23 of file StdNtup.h.

Referenced by fillntup::FillNtup::Ana().

00023 { event = i; }

void StdNtup::SetMCCCNC int  i  )  [inline]
 

Definition at line 55 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillMCTruth().

00055 { mcccnc = i; }

void StdNtup::SetMCEhad double  f  )  [inline]
 

Definition at line 61 of file StdNtup.h.

00061 { mcehad = f; }

void StdNtup::SetMCElep double  f  )  [inline]
 

Definition at line 60 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillMCTruth(), and main().

00060 { mcelep = f; }

void StdNtup::SetMCEnu double  f  )  [inline]
 

Definition at line 59 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillMCTruth(), and main().

00059 { mcenu = f; }

void StdNtup::SetMCFluxGen double  flux[6]  ) 
 

Definition at line 273 of file StdNtup.cxx.

References mcfluxgen.

00274 {
00275   for(int i=0; i<6; i++) mcfluxgen[i] = flux[i];
00276 }

void StdNtup::SetMCFluxNeg double  flux[6]  ) 
 

Definition at line 266 of file StdNtup.cxx.

References mcfluxneg.

00267 {
00268   for(int i=0; i<6; i++) mcfluxneg[i] = flux[i];
00269 }

void StdNtup::SetMCFluxPos double  flux[6]  ) 
 

Definition at line 259 of file StdNtup.cxx.

References mcfluxpos.

00260 {
00261   for(int i=0; i<6; i++) mcfluxpos[i] = flux[i];
00262 }

void StdNtup::SetMCMode int  i  )  [inline]
 

Definition at line 54 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillMCTruth().

00054 { mcmode = i; }

void StdNtup::SetMCNuType int  i  )  [inline]
 

Definition at line 53 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillMCTruth().

00053 { mcinu = i; }

void StdNtup::SetMCVertex double  xyz[3]  ) 
 

Set methods for MC truth infotrmation.

Definition at line 249 of file StdNtup.cxx.

References mcvtxx, mcvtxy, and mcvtxz.

Referenced by fillntup::FillNtup::FillMCTruth().

00250 {
00251  
00252   mcvtxx = xyz[0];
00253   mcvtxy = xyz[1];
00254   mcvtxz = xyz[2];
00255 }

void StdNtup::SetNShw int  i  )  [inline]
 

Definition at line 202 of file StdNtup.h.

Referenced by fillntup::FillNtup::Ana().

00202 { nshower            = i; } 

void StdNtup::SetNShw3D int  i  )  [inline]
 

Set methods for shower 3D PRIMARY reconstruction variables.

Definition at line 201 of file StdNtup.h.

Referenced by fillntup::FillNtup::FillShower3DReco().

00201 { nshower3d          = i; } 


Member Data Documentation

int StdNtup::event
 

Definition at line 20 of file StdNtup.h.

Referenced by Clear().

int StdNtup::mcccnc
 

Definition at line 43 of file StdNtup.h.

Referenced by Clear().

double StdNtup::mcehad
 

Definition at line 49 of file StdNtup.h.

Referenced by Clear().

double StdNtup::mcelep
 

Definition at line 48 of file StdNtup.h.

Referenced by Clear().

double StdNtup::mcenu
 

Definition at line 47 of file StdNtup.h.

Referenced by Clear().

double StdNtup::mcfluxgen[6]
 

Fluxes as above, assumed by generator.

Definition at line 46 of file StdNtup.h.

Referenced by Clear(), and SetMCFluxGen().

double StdNtup::mcfluxneg[6]
 

Fluxes as aboce, for negative horn focus.

Definition at line 45 of file StdNtup.h.

Referenced by Clear(), and SetMCFluxNeg().

double StdNtup::mcfluxpos[6]
 

e,ebar,mu,mubar,tau,taubar flux, +horn focus

Definition at line 44 of file StdNtup.h.

Referenced by Clear(), and SetMCFluxPos().

int StdNtup::mcinu
 

Definition at line 41 of file StdNtup.h.

Referenced by Clear().

int StdNtup::mcmode
 

Definition at line 42 of file StdNtup.h.

Referenced by Clear().

double StdNtup::mcvtxx
 

MC.

Definition at line 38 of file StdNtup.h.

Referenced by Clear(), and SetMCVertex().

double StdNtup::mcvtxy
 

Definition at line 39 of file StdNtup.h.

Referenced by Clear(), and SetMCVertex().

double StdNtup::mcvtxz
 

Definition at line 40 of file StdNtup.h.

Referenced by Clear(), and SetMCVertex().

int StdNtup::nshower
 

Definition at line 160 of file StdNtup.h.

Referenced by Clear().

int StdNtup::nshower3d
 

Definition at line 161 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwBetaConst3Dp
 

Definition at line 191 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwChiFit3Dp
 

Definition at line 192 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwCosZ3Dp
 

Definition at line 195 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwCsubE3Dp
 

Definition at line 194 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwECritical3Dp
 

Definition at line 193 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwEndX3Dp
 

Definition at line 180 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwEndY3Dp
 

Definition at line 181 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwEndZ3Dp
 

Definition at line 182 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwEnergy3Dp
 

Definition at line 184 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwFracMR3Dp
 

Definition at line 173 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwFracPH3Dp
 

Definition at line 172 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwLength3Dp
 

Definition at line 174 of file StdNtup.h.

Referenced by Clear().

int StdNtup::ShwNCell3Dp
 

Definition at line 175 of file StdNtup.h.

Referenced by Clear().

int StdNtup::ShwNPeaks3Dp
 

Definition at line 198 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwPH13Dp
 

Definition at line 168 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwPH23Dp
 

Definition at line 169 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwPH33Dp
 

Definition at line 170 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwPulseHeight3Dp
 

Definition at line 171 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwRMSX3Dp
 

Definition at line 196 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwRMSY3Dp
 

Definition at line 197 of file StdNtup.h.

Referenced by Clear().

int StdNtup::ShwSinglePlanes3Dp
 

Definition at line 183 of file StdNtup.h.

Referenced by Clear().

int StdNtup::ShwVtxPlane3Dp
 

Definition at line 179 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwVtxX3Dp
 

Definition at line 176 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwVtxY3Dp
 

Definition at line 177 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwVtxZ3Dp
 

Definition at line 178 of file StdNtup.h.

Referenced by Clear().

int StdNtup::ShwWPlXmax3Dp
 

Definition at line 166 of file StdNtup.h.

Referenced by Clear().

int StdNtup::ShwWPlXmin3Dp
 

Definition at line 164 of file StdNtup.h.

Referenced by Clear().

int StdNtup::ShwWPlYmax3Dp
 

Definition at line 167 of file StdNtup.h.

Referenced by Clear().

int StdNtup::ShwWPlYmin3Dp
 

Definition at line 165 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwWX3Dp
 

Definition at line 162 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwWY3Dp
 

Definition at line 163 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwXMax3Dp
 

Definition at line 185 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwYMax3Dp
 

Definition at line 186 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwZMax3Dp
 

Definition at line 187 of file StdNtup.h.

double StdNtup::ShwZMaxX3Dp
 

Definition at line 188 of file StdNtup.h.

Referenced by Clear().

double StdNtup::ShwZMaxY3Dp
 

Definition at line 189 of file StdNtup.h.

Referenced by Clear().

int StdNtup::spill
 

Definition at line 19 of file StdNtup.h.

Referenced by Clear().

int StdNtup::totcell
 

Definition at line 29 of file StdNtup.h.

Referenced by Clear().

int StdNtup::totlength
 

Definition at line 28 of file StdNtup.h.

Referenced by Clear().

double StdNtup::totph
 

EVENT.

Definition at line 27 of file StdNtup.h.

Referenced by Clear().

double StdNtup::totwidth
 

Definition at line 30 of file StdNtup.h.

Referenced by Clear().


The documentation for this class was generated from the following files:
Generated on Sat Nov 21 04:45:35 2009 for NOvA Offline by  doxygen 1.3.9.1