#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) |
|
|
Value: if(txt > i.txt) return false; \ if(txt < i.txt) return true; Referenced by NCBeam::Info::operator<(). |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 393 of file NCBeam.cxx. 00394 {
00395 os << inf.GetDescription();
00396 return os;
00397 }
|
1.3.9.1