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

AtmosMC.cxx

Go to the documentation of this file.
00001 #include "AtmosMC.h"
00002 
00003 ClassImp(AtmosMC)
00004 
00005 AtmosMC::AtmosMC()
00006 {
00007   this->Reset();
00008 }  
00009 
00010 AtmosMC::~AtmosMC()
00011 {
00012  
00013 }
00014 
00015 void AtmosMC::Reset()
00016 {
00017   IDnu=0;                
00018   IDnunoosc=0;                
00019   IDact=0;               
00020   IDboson=0;             
00021   IDtarget=0;            
00022   IDres=0; 
00023   A=0.0;
00024   Z=0.0;              
00025   x=0.0;                   
00026   y=0.0;                   
00027   Q2=0.0;                  
00028   W2=0.0;                  
00029   Xsection=0.0;            
00030   EMfrac=0.0;              
00031   PnuX=0.0;                
00032   PnuY=0.0;                
00033   PnuZ=0.0;                
00034   Enu=0.0;                 
00035   PmuX=0.0;                
00036   PmuY=0.0;                
00037   PmuZ=0.0;                
00038   Emu=0.0;                 
00039   PelX=0.0;                
00040   PelY=0.0;                
00041   PelZ=0.0;                
00042   Eel=0.0;                 
00043   PhadX=0.0;               
00044   PhadY=0.0;               
00045   PhadZ=0.0;               
00046   Ehad=0.0;                
00047   PtargX=0.0;              
00048   PtargY=0.0;              
00049   PtargZ=0.0;              
00050   Etarg=0.0;               
00051   VtxU=0.0;
00052   VtxV=0.0;
00053   VtxX=0.0;                
00054   VtxY=0.0;                
00055   VtxZ=0.0;    
00056   MuVtxU=0.0;              
00057   MuVtxV=0.0;                    
00058   MuVtxX=0.0;              
00059   MuVtxY=0.0;               
00060   MuVtxZ=0.0;               
00061   MuVtxDistToEdge=0.0;               
00062   MuVtxPlane=0;  
00063   MuVtxStrip=0; 
00064   MuEndU=0.0;            
00065   MuEndV=0.0;             
00066   MuEndX=0.0;            
00067   MuEndY=0.0;            
00068   MuEndZ=0.0;            
00069   MuEndDistToEdge=0.0;            
00070   MuEndPlane=0;   
00071   MuEndStrip=0;     
00072   MuPbeg=0.0;               
00073   MuPend=0.0;               
00074 }
00075 

Generated on Mon Feb 15 11:06:23 2010 for loon by  doxygen 1.3.9.1