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

NCBeam.cxx File Reference

#include "NCUtils/Extrapolation/NCBeam.h"
#include "MessageService/MsgService.h"
#include "Conventions/SimFlag.h"
#include "TMath.h"
#include "AnalysisNtuples/ANtpHeaderInfo.h"
#include "AnalysisNtuples/ANtpBeamInfo.h"
#include "AnalysisNtuples/ANtpRecoInfo.h"
#include "AnalysisNtuples/ANtpTruthInfoBeam.h"
#include "AnalysisNtuples/ANtpAnalysisInfo.h"
#include "NCUtils/Extrapolation/NCEnergyBin.h"
#include "NCUtils/Extrapolation/NCCoordinateConverter.h"
#include "NCUtils/NCOscProb.h"
#include <cassert>

Go to the source code of this file.

Defines

#define COMPARE_BEAMINFO(txt)

Functions

 CVSID ("$Id: NCBeam.cxx,v 1.73 2009/12/18 01:30:21 rodriges Exp $")
ostream & operator<< (ostream &os, const NCBeam::Info &inf)


Define Documentation

#define COMPARE_BEAMINFO txt   ) 
 

Value:

if(txt > i.txt) return false; \
if(txt < i.txt) return true;

Referenced by NCBeam::Info::operator<().


Function Documentation

CVSID "$Id: NCBeam cxx,
v 1.73 2009/12/18 01:30:21 rodriges Exp $" 
 

ostream& operator<< ostream &  os,
const NCBeam::Info inf
 

Definition at line 393 of file NCBeam.cxx.

00394 {
00395   os << inf.GetDescription();
00396   return os;
00397 }


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