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

AtmosFilter.cxx

Go to the documentation of this file.
00001 #include "AtmosFilter.h"
00002 
00003 ClassImp(AtmosFilter)
00004 
00005 AtmosFilter::AtmosFilter()
00006 {
00007   this->Reset();
00008 }
00009 
00010 AtmosFilter::~AtmosFilter()
00011 {
00012 
00013 }
00014 
00015 void AtmosFilter::Reset()
00016 {
00017   EventId=-1; 
00018   EventIdSM1=-1;
00019   EventIdSM2=-1;
00020   EventIdX=-1;
00021   Edges=-1;
00022   EdgesSM1=-1;
00023   EdgesSM2=-1;
00024   GoodUPlanes=0;
00025   GoodVPlanes=0;          
00026   GoodPlanes=0;        
00027   GoodStrips=0; 
00028   FidCharge=0.0;
00029   TotalCharge=0.0;
00030   MaxPlaneCharge=0.0;       
00031   for(Int_t i=0;i<11;i++){
00032     FidChargeSM1[i]=0.0; 
00033     FidChargeSM2[i]=0.0; 
00034     MeanXPosSM1[i]=-999.9;
00035     MeanXPosSM2[i]=-999.9;    
00036     MeanYPosSM1[i]=-999.9;
00037     MeanYPosSM2[i]=-999.9;  
00038     MeanZPosSM1[i]=-999.9;
00039     MeanZPosSM2[i]=-999.9;   
00040   }
00041 }
00042 
00043 
00044 
00045 
00046 
00047 

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