Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NCEventInfo.cxx File Reference

#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


Define Documentation

#define COPYFIELD fld,
typ   ) 
 

Value:

if(evt->fld){             \
    if(!fld) fld = new typ; \
    *fld = *evt->fld;       \
  }                         \
  else{                     \
    if(fld) delete fld;     \
    fld = 0;                \
  }

Referenced by NCEventInfo::DeepCopy().


Function Documentation

CVSID "$Id: NCEventInfo cxx,
v 1.49 2010/01/19 17:02:22 rodriges Exp $" 
 


Variable Documentation

const int kDIS = 2 [static]
 

Definition at line 54 of file NCEventInfo.cxx.

Referenced by NCEventInfo::INukeHists::INukeHists().

const int kQE = 0 [static]
 

Definition at line 52 of file NCEventInfo.cxx.

Referenced by NCEventInfo::INukeHists::INukeHists().

const int kRES = 1 [static]
 

Definition at line 53 of file NCEventInfo.cxx.


Generated on Mon Feb 15 11:08:06 2010 for loon by  doxygen 1.3.9.1