#include "AnalysisNtuples/Module/ANtpInfoObjectFiller.h"#include "AnalysisNtuples/Module/ANtpRecoNtpManipulator.h"#include "AnalysisNtuples/ANtpDefaultValue.h"#include "MessageService/MsgService.h"#include "AnalysisNtuples/ANtpEventInfo.h"#include "AnalysisNtuples/ANtpShowerInfo.h"#include "AnalysisNtuples/ANtpTrackInfo.h"#include "AnalysisNtuples/ANtpTruthInfo.h"#include "AnalysisNtuples/ANtpHeaderInfo.h"#include "StandardNtuple/NtpStRecord.h"#include "CandNtupleSR/NtpSRRecord.h"#include "CandNtupleSR/NtpSREvent.h"#include "CandNtupleSR/NtpSRCosmicRay.h"#include "CandNtupleSR/NtpSREventSummary.h"#include "CandNtupleSR/NtpSRStrip.h"#include "CandNtupleSR/NtpSRTrack.h"#include "CandNtupleSR/NtpSRShower.h"#include "MCNtuple/NtpMCRecord.h"#include "MCNtuple/NtpMCTruth.h"#include "MCNtuple/NtpMCStdHep.h"#include "DatabaseInterface/DbiResultPtr.h"#include "BField/BfieldCoilCurrent.h"#include "DcsUser/CoilTools.h"#include "DcsUser/Dcs_Mag_Near.h"#include "DcsUser/BfldDbiCoilState.h"#include "DcsUser/HvStatusFinder.h"#include "DcsUser/HvStatus.h"#include "Conventions/Munits.h"#include "Conventions/Detector.h"#include "Conventions/ReleaseType.h"#include "DataUtil/PlaneOutline.h"#include "DataUtil/DataQualDB.h"#include "NtupleUtils/LISieve.h"#include "VertexFinder/NtpVtxFinder/NtpVtxFinder.h"#include "AstroUtil/Ast.h"#include "AstroUtil/AstTime.h"#include "TString.h"#include <cassert>#include <algorithm>#include <cmath>#include <time.h>Go to the source code of this file.
Functions | |
| CVSID ("$Id: ANtpInfoObjectFiller.cxx,v 1.72 2009/11/16 14:40:56 pittam Exp $") | |
Variables | |
| const double | kFarSideLength = 1.656854250 |
| const double | kInverseSqrt2 = TMath::Power(2., -0.5) |
|
||||||||||||
|
|
|
|
Definition at line 52 of file ANtpInfoObjectFiller.cxx. |
|
|
Definition at line 53 of file ANtpInfoObjectFiller.cxx. Referenced by ANtpInfoObjectFiller::GetTrackTrace(). |
1.3.9.1