#include "AnalysisNtuples/Module/ANtpRecoNtpManipulator.h"#include "AnalysisNtuples/Module/ANtpInfoObjectFillerNC.h"#include "AnalysisNtuples/ANtpTrackInfoNC.h"#include "AnalysisNtuples/ANtpShowerInfoNC.h"#include "AnalysisNtuples/ANtpEventInfoNC.h"#include "MessageService/MsgService.h"#include "AnalysisNtuples/ANtpTruthInfoBeam.h"#include "AnalysisNtuples/ANtpBeamInfo.h"#include "AnalysisNtuples/ANtpDefaultValue.h"#include "StandardNtuple/NtpStRecord.h"#include "CandNtupleSR/NtpSRRecord.h"#include "CandNtupleSR/NtpSREvent.h"#include "CandNtupleSR/NtpSRStrip.h"#include "CandNtupleSR/NtpSRCluster.h"#include "CandNtupleSR/NtpSRTrack.h"#include "CandNtupleSR/NtpSRShower.h"#include "MCNtuple/NtpMCTruth.h"#include "MCNtuple/NtpMCStdHep.h"#include "TruthHelperNtuple/NtpTHEvent.h"#include "DatabaseInterface/DbiResultPtr.h"#include "BField/BfieldCoilCurrent.h"#include "BeamDataUtil/BDSpillAccessor.h"#include "BeamDataUtil/BeamMonSpill.h"#include "BeamDataUtil/BMSpillAna.h"#include "BeamDataNtuple/NtpBDLiteRecord.h"#include "SpillTiming/SpillTimeFinder.h"#include "VertexFinder/NtpVtxFinder/NtpVtxFinder.h"#include "Conventions/Munits.h"#include "Conventions/PlaneView.h"#include "Conventions/ReleaseType.h"#include "Registry/Registry.h"#include "TFile.h"#include "TH1.h"#include "TSystem.h"#include <cassert>#include <algorithm>#include <numeric>#include <cmath>#include <map>#include <set>Go to the source code of this file.
Functions | |
| CVSID ("$Id: ANtpInfoObjectFillerNC.cxx,v 1.47 2009/11/17 18:30:19 tinti Exp $") | |
Variables | |
| int | kNearPartial = 1 |
| int | kNearFull = 2 |
| int | kComplete = 3 |
| int | kU = 2 |
| int | kV = 3 |
|
||||||||||||
|
|
|
|
Definition at line 61 of file ANtpInfoObjectFillerNC.cxx. |
|
|
Definition at line 60 of file ANtpInfoObjectFillerNC.cxx. |
|
|
Definition at line 59 of file ANtpInfoObjectFillerNC.cxx. |
|
|
Definition at line 62 of file ANtpInfoObjectFillerNC.cxx. |
|
|
Definition at line 63 of file ANtpInfoObjectFillerNC.cxx. |
1.3.9.1