#include <cmath>#include <fstream>#include <map>#include <sstream>#include <string>#include "TH1F.h"#include "TFile.h"#include "Conventions/Detector.h"#include "NueAna/NueRecord.h"#include "MessageService/MsgService.h"#include "MinosObjectMap/MomNavigator.h"#include "JobControl/JobCModuleRegistry.h"#include "AnalysisNtuples/ANtpDefaultValue.h"#include "TClass.h"#include "TDataType.h"#include "TDataMember.h"#include "TRealData.h"#include "PETrimmer.h"#include "StandardNtuple/NtpStRecord.h"#include "CandNtupleSR/NtpSRRecord.h"#include "TClonesArray.h"#include "CandNtupleSR/NtpSRStrip.h"#include "CandNtupleSR/NtpSREvent.h"#include "CandNtupleSR/NtpSRShower.h"#include "CandNtupleSR/NtpSRTrack.h"#include "TObject.h"#include "VertexFinder/NtpVtxFinder/NtpVtxFinder.h"Go to the source code of this file.
Functions | |
| JOBMODULE (PETrimmer,"PETrimmer","Filter out strips below a given PE") | |
| CVSID ("$Id: PETrimmer.cxx,v 1.15 2009/08/12 15:22:46 scavan Exp $") | |
| bool | showergreater (std::pair< float, NtpSRShower * > p1, std::pair< float, NtpSRShower * > p2) |
| bool | trackgreater (std::pair< float, NtpSRTrack * > p1, std::pair< float, NtpSRTrack * > p2) |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
Definition at line 502 of file PETrimmer.cxx. 00502 {return p1.first < p2.first;}
|
|
||||||||||||
|
Definition at line 503 of file PETrimmer.cxx. 00503 {return p1.first < p2.first;}
|
1.3.9.1