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

LoadCalDetFilterChannels.h

Go to the documentation of this file.
00001 #ifndef LOADCALDETFC
00002 #define LOADCALDETFC
00003 
00004 #include <vector>
00005 
00006 #include "Validity/VldTimeStamp.h"
00007 #include "RawData/RawChannelId.h"
00008 #include "Conventions/Detector.h"
00009 #include "Conventions/SimFlag.h"
00010 #include "Validity/VldContext.h"
00011 
00012 void MakeFilterChannelList(const VldTimeStamp& vts, const VldTimeStamp& vte,
00013                            const std::vector<RawChannelId>& v, 
00014                            bool createtemp=true, 
00015                            Detector::Detector_t det 
00016                            = Detector::kCalDet,
00017                            int sim 
00018                            = (SimFlag::kData|SimFlag::kMC) );
00019 
00020 void FilterChannelsT1102(bool createtemp=true);
00021 void FilterChannelsT702(bool createtemp=true);
00022 void DumpFilterChannels(const VldContext& vc);
00023 
00024 
00025 
00026 #endif

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