1 #ifndef NOISE_MONITOR_H 2 #define NOISE_MONITOR_H 4 #include "AnitaConventions.h" 26 defaultTimeScaleSeconds = 10
36 getProfilesFromFileRun(run);
37 return fCurrent.get(pol);
48 ProfPair() : H(NULL), V(NULL), fStartTime(0), fEndTime(0) {}
52 void set(
const TProfile2D* h,
const TProfile2D* v);
54 double startTime(){
return fStartTime;}
55 double endTime(){
return fEndTime;}
77 void getProfilesFromFileRun(
int run);
79 void makeProfiles(
int run);
86 TString getFileName(
int run);
90 #endif //NOISE_MONITOR_H
NoiseMonitor(FilterStrategy *fs)
A filter strategy defines the sets of filters that are used and provides some introspection abilities...
void getProfilesFromFileTime(UInt_t realTime)
This class is intended to store all the necessary data about an ANITA event for filtering and analysi...
enum AnitaPol::EAnitaPol AnitaPol_t
Polarisation enumeration.