#include <AtmosFilter.h>
Public Member Functions | |
| AtmosFilter () | |
| ~AtmosFilter () | |
| void | Reset () |
Public Attributes | |
| Int_t | EventId |
| Int_t | EventIdSM1 |
| Int_t | EventIdSM2 |
| Int_t | EventIdX |
| Int_t | Edges |
| Int_t | EdgesSM1 |
| Int_t | EdgesSM2 |
| Int_t | GoodUPlanes |
| Int_t | GoodVPlanes |
| Int_t | GoodPlanes |
| Int_t | GoodStrips |
| Double_t | FidCharge |
| Double_t | TotalCharge |
| Double_t | MaxPlaneCharge |
| Double_t | FidChargeSM1 [11] |
| Double_t | FidChargeSM2 [11] |
| Double_t | MeanXPosSM1 [11] |
| Double_t | MeanXPosSM2 [11] |
| Double_t | MeanYPosSM1 [11] |
| Double_t | MeanYPosSM2 [11] |
| Double_t | MeanZPosSM1 [11] |
| Double_t | MeanZPosSM2 [11] |
|
|
Definition at line 5 of file AtmosFilter.cxx. 00006 {
00007 this->Reset();
00008 }
|
|
|
Definition at line 10 of file AtmosFilter.cxx. 00011 {
00012
00013 }
|
|
|
Definition at line 15 of file AtmosFilter.cxx. References Edges, EdgesSM1, EdgesSM2, EventId, EventIdSM1, EventIdSM2, EventIdX, FidCharge, FidChargeSM1, FidChargeSM2, GoodPlanes, GoodStrips, GoodUPlanes, GoodVPlanes, MaxPlaneCharge, MeanXPosSM1, MeanXPosSM2, MeanYPosSM1, MeanYPosSM2, MeanZPosSM1, MeanZPosSM2, and TotalCharge. Referenced by AtmosEvent::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 }
|
|
|
Definition at line 17 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 18 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 19 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 13 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 14 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 15 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 16 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 24 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 27 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 28 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 22 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 23 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 20 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 21 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 26 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 29 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 30 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 31 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 32 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 33 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 34 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
|
|
Definition at line 25 of file AtmosFilter.h. Referenced by NtpMaker::FillCandInfo(), and Reset(). |
1.3.9.1