#include "NCEventInfo.h"#include <cassert>#include "AnalysisNtuples/ANtpAnalysisInfo.h"#include "AnalysisNtuples/ANtpBeamInfo.h"#include "AnalysisNtuples/ANtpDefaultValue.h"#include "AnalysisNtuples/ANtpEventInfo.h"#include "AnalysisNtuples/ANtpEventInfoNC.h"#include "AnalysisNtuples/ANtpHeaderInfo.h"#include "AnalysisNtuples/ANtpRecoInfo.h"#include "AnalysisNtuples/ANtpShowerInfo.h"#include "AnalysisNtuples/ANtpShowerInfoNC.h"#include "AnalysisNtuples/ANtpTrackInfoAtm.h"#include "AnalysisNtuples/ANtpTrackInfoNC.h"#include "AnalysisNtuples/ANtpTruthInfo.h"#include "AnalysisNtuples/ANtpTruthInfoAtm.h"#include "AnalysisNtuples/ANtpTruthInfoBeam.h"#include "Conventions/Detector.h"#include "Conventions/Munits.h"#include "DataUtil/EnergyCorrections.h"#include "MCReweight/MCReweight.h"#include "MCReweight/SKZPWeightCalculator.h"#include "MessageService/MsgService.h"#include "Validity/VldTimeStamp.h"#include "Validity/VldContext.h"#include "TChain.h"#include "TDirectory.h"#include "TFile.h"#include "TH2F.h"#include "TMath.h"#include "TRandom.h"#include "TSystem.h"#include "NCUtils/NCOscProb.h"#include "NCUtils/NCType.h"#include "NCUtils/NCRunUtil.h"#include "NCUtils/NCUtility.h"Go to the source code of this file.
Defines | |
| #define | COPYFIELD(fld, typ) |
Functions | |
| CVSID ("$Id: NCEventInfo.cxx,v 1.49 2010/01/19 17:02:22 rodriges Exp $") | |
Variables | |
| const int | kQE = 0 |
| const int | kRES = 1 |
| const int | kDIS = 2 |
|
|
Value: if(evt->fld){ \ if(!fld) fld = new typ; \ *fld = *evt->fld; \ } \ else{ \ if(fld) delete fld; \ fld = 0; \ } Referenced by NCEventInfo::DeepCopy(). |
|
||||||||||||
|
|
|
|
Definition at line 54 of file NCEventInfo.cxx. Referenced by NCEventInfo::INukeHists::INukeHists(). |
|
|
Definition at line 52 of file NCEventInfo.cxx. Referenced by NCEventInfo::INukeHists::INukeHists(). |
|
|
Definition at line 53 of file NCEventInfo.cxx. |
1.3.9.1