#include "NCUtils/Extrapolation/NCExtrapolationModule.h"#include "NCUtils/Extrapolation/NCCoordinateConverter.h"#include "NCUtils/Extrapolation/NCEventAdder.h"#include "NCUtils/Extrapolation/NCExtrapolation.h"#include "NCUtils/Extrapolation/NCFitMaster.h"#include "NCUtils/Extrapolation/NCPOTCounter.h"#include "NCUtils/NCOscProb.h"#include "NCUtils/NCRunUtil.h"#include "AnalysisNtuples/ANtpAnalysisInfo.h"#include "AnalysisNtuples/ANtpBeamInfo.h"#include "AnalysisNtuples/ANtpHeaderInfo.h"#include "AnalysisNtuples/ANtpRecoInfo.h"#include "AnalysisNtuples/ANtpTruthInfoBeam.h"#include "MessageService/MsgService.h"#include "TCanvas.h"#include "TDirectory.h"#include "TFile.h"#include "TLegend.h"#include "TRandom3.h"#include "TSystem.h"#include "TStopwatch.h"#include <cassert>#include <algorithm>Go to the source code of this file.
Enumerations | |
| enum | { kDQEventLength = 3, kDQNumTracks = 4, kDQTrackExtension = 5 } |
Functions | |
| CVSID ("$Id: NCExtrapolationModule.cxx,v 1.234 2010/01/19 17:02:22 rodriges Exp $") | |
|
|
Definition at line 68 of file NCExtrapolationModule.cxx. 00068 {
00069 kDQEventLength = 3,
00070 kDQNumTracks = 4,
00071 kDQTrackExtension = 5
00072 };
|
|
||||||||||||
|
|
1.3.9.1