CDF_2004_S5839831 Class Reference

Inheritance diagram for CDF_2004_S5839831:

Inheritance graph
[legend]

Collaboration diagram for CDF_2004_S5839831:

Collaboration graph
[legend]

List of all members.


Detailed Description

CDF calo jet underlying event analysis at 630 and 1800 GeV.

CDF measurement of underlying event using calorimeter jet scales and alignment, particle flow activity in transverse cones, and the Swiss Cheese analysis method, where cones are excluded around the 2 and 3 hardest jets.

Author:
Andy Buckley

Definition at line 24 of file CDF_2004_S5839831.cc.


Public Member Functions

 CDF_2004_S5839831 ()
virtual bool isCompatible (PdgId beam1, PdgId beam2) const
 Is this analysis able to run on the supplied pair of beams?
virtual bool isCompatible (const PdgIdPair &beams) const
 Is this analysis able to run on the PdgIdPair beams ?
AnalysisHandlerhandler () const
 Access the controlling AnalysisHandler object.
void normalize (AIDA::IHistogram1D *&histo, double norm=1.0)
void scale (AIDA::IHistogram1D *&histo, double scale)
AnalysissetCrossSection (double xs)
 Set the cross section from the generator.
bool needsCrossSection () const
 Return true if this analysis needs to know the process cross-section.
Metadata
Metadata is used for querying from the command line and also for building web pages and the analysis pages in the Rivet manual.

virtual const AnalysisInfoinfo () const
 Get the actual AnalysisInfo object in which all this metadata is stored.
virtual std::string name () const
 Get the name of the analysis.
virtual std::string spiresId () const
 Get a the SPIRES/Inspire ID code for this analysis.
virtual std::vector< std::string > authors () const
 Names & emails of paper/analysis authors.
virtual std::string summary () const
 Get a short description of the analysis.
virtual std::string description () const
 Get a full description of the analysis.
virtual std::string runInfo () const
 Information about the events needed as input for this analysis.
virtual std::string experiment () const
 Experiment which performed and published this analysis.
virtual std::string collider () const
 Collider on which the experiment ran.
virtual const std::vector
< PdgIdPair > & 
requiredBeams () const
 Return the pair of incoming beams required by this analysis.
virtual const std::vector
< std::pair< double, double > > & 
energies () const
 Sets of valid beam energy pairs, in GeV.
virtual std::string year () const
 When the original experimental analysis was published.
virtual std::vector< std::string > references () const
 Journal, and preprint references.
virtual std::string bibKey () const
 BibTeX citation key for this article.
virtual std::string bibTeX () const
 BibTeX citation entry for this article.
virtual std::string status () const
 Whether this analysis is trusted (in any way!).
virtual std::vector< std::string > todos () const
 Any work to be done on this analysis.
Run conditions
const ParticlePairbeams () const
 Incoming beams for this run.
const PdgIdPair beamIds () const
 Incoming beam IDs for this run.
double sqrtS () const
 Centre of mass energy for this run.
Projection "getting" functions
std::set< ConstProjectionPtrgetProjections () const
 Get the contained projections, including recursion.
template<typename PROJ>
const PROJ & getProjection (const std::string &name) const
 Get the named projection, specifying return type via a template argument.
const ProjectiongetProjection (const std::string &name) const
Projection applying functions
template<typename PROJ>
const PROJ & applyProjection (const Event &evt, const PROJ &proj) const
 Apply the supplied projection on event.
template<typename PROJ>
const PROJ & applyProjection (const Event &evt, const Projection &proj) const
 Apply the supplied projection on event.
template<typename PROJ>
const PROJ & applyProjection (const Event &evt, const std::string &name) const
 Apply the named projection on event.

Protected Member Functions

LoggetLog () const
 Get a Log object based on the name() property of the calling analysis object.
double crossSection () const
 Get the process cross-section in pb. Throws if this hasn't been set.
double crossSectionPerEvent () const
size_t numEvents () const
double sumOfWeights () const
AnalysissetBeams (PdgId beam1, PdgId beam2)
AnalysissetNeedsCrossSection (bool needed)
 Declare whether this analysis needs to know the process cross-section from the generator.
ProjectionHandlergetProjHandler () const
 Get a reference to the ProjectionHandler for this thread.
AIDA analysis infrastructure.
AIDA::IAnalysisFactory & analysisFactory ()
 Access the AIDA analysis factory of the controlling AnalysisHandler object.
AIDA::ITree & tree ()
 Access the AIDA tree of the controlling AnalysisHandler object.
AIDA::IHistogramFactory & histogramFactory ()
 Access the AIDA histogram factory of the controlling AnalysisHandler object.
AIDA::IDataPointSetFactory & datapointsetFactory ()
 Access the AIDA histogram factory of the controlling AnalysisHandler object.
const std::string histoDir () const
 Get the canonical histogram "directory" path for this analysis.
const std::string histoPath (const std::string &hname) const
 Get the canonical histogram path for the named histogram in this analysis.
Internal histogram booking (for use by Analysis sub-classes).
const BinEdgesbinEdges (const std::string &hname) const
 Get bin edges for a named histo (using ref AIDA caching).
const BinEdgesbinEdges (size_t datasetId, size_t xAxisId, size_t yAxisId) const
 Get bin edges for a numbered histo (using ref AIDA caching).
BinEdges logBinEdges (size_t nbins, double lower, double upper)
 Get bin edges with logarithmic widths.
AIDA::IHistogram1D * bookHistogram1D (const std::string &name, size_t nbins, double lower, double upper, const std::string &title="", const std::string &xtitle="", const std::string &ytitle="")
AIDA::IHistogram1D * bookHistogram1D (const std::string &name, const std::vector< double > &binedges, const std::string &title="", const std::string &xtitle="", const std::string &ytitle="")
AIDA::IHistogram1D * bookHistogram1D (const std::string &name, const std::string &title="", const std::string &xtitle="", const std::string &ytitle="")
AIDA::IHistogram1D * bookHistogram1D (size_t datasetId, size_t xAxisId, size_t yAxisId, const std::string &title="", const std::string &xtitle="", const std::string &ytitle="")
Internal profile histogram booking (for use by Analysis sub-classes).
AIDA::IProfile1D * bookProfile1D (const std::string &name, size_t nbins, double lower, double upper, const std::string &title="", const std::string &xtitle="", const std::string &ytitle="")
AIDA::IProfile1D * bookProfile1D (const std::string &name, const std::vector< double > &binedges, const std::string &title="", const std::string &xtitle="", const std::string &ytitle="")
AIDA::IProfile1D * bookProfile1D (const std::string &name, const std::string &title="", const std::string &xtitle="", const std::string &ytitle="")
AIDA::IProfile1D * bookProfile1D (size_t datasetId, size_t xAxisId, size_t yAxisId, const std::string &title="", const std::string &xtitle="", const std::string &ytitle="")
Internal data point set booking (for use by Analysis sub-classes).
AIDA::IDataPointSet * bookDataPointSet (const std::string &name, const std::string &title="", const std::string &xtitle="", const std::string &ytitle="")
AIDA::IDataPointSet * bookDataPointSet (const std::string &name, size_t npts, double lower, double upper, const std::string &title="", const std::string &xtitle="", const std::string &ytitle="")
AIDA::IDataPointSet * bookDataPointSet (size_t datasetId, size_t xAxisId, size_t yAxisId, const std::string &title="", const std::string &xtitle="", const std::string &ytitle="")
Projection registration functions
template<typename PROJ>
const PROJ & addProjection (const PROJ &proj, const std::string &name)
const Projection_addProjection (const Projection &proj, const std::string &name)
 Untemplated function to do the work...

Protected Attributes

string _defaultname
 Name passed to constructor (used to find .info analysis data file, and as a fallback).
shared_ptr< AnalysisInfo_info
 Pointer to analysis metadata object.
bool _allowProjReg
 Flag to forbid projection registration in analyses until the init phase.

Private Member Functions

ConesInfo _calcTransCones (const double etaLead, const double phiLead, const ParticleVector &tracks)
ConesInfo _calcTransCones (const FourMomentum &leadvec, const ParticleVector &tracks)
Analysis methods
void init ()
void analyze (const Event &event)
 Do the analysis.
void finalize ()

Private Attributes

Histogram collections
AIDA::IProfile1D * _pt90MaxAvg1800
AIDA::IProfile1D * _pt90MinAvg1800
AIDA::IProfile1D * _pt90Max1800
AIDA::IProfile1D * _pt90Min1800
AIDA::IProfile1D * _pt90Diff1800
AIDA::IProfile1D * _pt90Max630
AIDA::IProfile1D * _pt90Min630
AIDA::IProfile1D * _pt90Diff630
AIDA::IProfile1D * _num90Max1800
AIDA::IProfile1D * _num90Min1800
AIDA::IProfile1D * _pTSum1800_2Jet
AIDA::IProfile1D * _pTSum1800_3Jet
AIDA::IProfile1D * _pTSum630_2Jet
AIDA::IProfile1D * _pTSum630_3Jet
AIDA::IHistogram1D * _pt90Dbn1800Et40
AIDA::IHistogram1D * _pt90Dbn1800Et80
AIDA::IHistogram1D * _pt90Dbn1800Et120
AIDA::IHistogram1D * _pt90Dbn1800Et160
AIDA::IHistogram1D * _pt90Dbn1800Et200
AIDA::IHistogram1D * _numTracksDbn1800MB
AIDA::IHistogram1D * _ptDbn1800MB
AIDA::IHistogram1D * _numTracksDbn630MB
AIDA::IHistogram1D * _ptDbn630MB

Friends

class Projectionhandler

Constructor & Destructor Documentation

CDF_2004_S5839831 (  )  [inline]

Constructor: cuts on charged final state are $ -1 < \eta < 1 $ and $ p_T > 0.4 $ GeV.

Definition at line 29 of file CDF_2004_S5839831.cc.

References Rivet::ANTIPROTON, Rivet::PROTON, and Analysis::setBeams().

00030       : Analysis("CDF_2004_S5839831")
00031     {
00032       setBeams(PROTON, ANTIPROTON);
00033     }


Member Function Documentation

ConesInfo _calcTransCones ( const double  etaLead,
const double  phiLead,
const ParticleVector tracks 
) [inline, private]

Definition at line 49 of file CDF_2004_S5839831.cc.

References Log::DEBUG, Rivet::deltaR(), Analysis::getLog(), Rivet::GeV, Rivet::mapAngle0To2Pi(), Particle::momentum(), Rivet::PI, and FourMomentum::pT().

Referenced by CDF_2004_S5839831::_calcTransCones(), and CDF_2004_S5839831::analyze().

00050                                                             {
00051       const double phiTransPlus = mapAngle0To2Pi(phiLead + PI/2.0);
00052       const double phiTransMinus = mapAngle0To2Pi(phiLead - PI/2.0);
00053       getLog() << Log::DEBUG << "phi_lead = " << phiLead
00054                << " -> trans = (" << phiTransPlus
00055                << ", " << phiTransMinus << ")" << endl;
00056 
00057       unsigned int numPlus(0), numMinus(0);
00058       double ptPlus(0), ptMinus(0);
00059       // Run over all charged tracks
00060       foreach (const Particle& t, tracks) {
00061         FourMomentum trackMom = t.momentum();
00062         const double pt = trackMom.pT();
00063 
00064         // Find if track mom is in either transverse cone
00065         if (deltaR(trackMom, etaLead, phiTransPlus) < 0.7) {
00066           ptPlus += pt;
00067           numPlus += 1;
00068         } else if (deltaR(trackMom, etaLead, phiTransMinus) < 0.7) {
00069           ptMinus += pt;
00070           numMinus += 1;
00071         }
00072       }
00073 
00074       ConesInfo rtn;
00075       // Assign N_{min,max} from N_{plus,minus}
00076       rtn.numMax = (ptPlus >= ptMinus) ? numPlus : numMinus;
00077       rtn.numMin = (ptPlus >= ptMinus) ? numMinus : numPlus;
00078       // Assign pT_{min,max} from pT_{plus,minus}
00079       rtn.ptMax = (ptPlus >= ptMinus) ? ptPlus : ptMinus;
00080       rtn.ptMin = (ptPlus >= ptMinus) ? ptMinus : ptPlus;
00081       rtn.ptDiff = fabs(rtn.ptMax - rtn.ptMin);
00082 
00083       getLog() << Log::DEBUG << "Min cone has " << rtn.numMin << " tracks -> "
00084                << "pT_min = " << rtn.ptMin/GeV << " GeV" << endl;
00085       getLog() << Log::DEBUG << "Max cone has " << rtn.numMax << " tracks -> "
00086                << "pT_max = " << rtn.ptMax/GeV << " GeV" << endl;
00087 
00088       return rtn;
00089     }

ConesInfo _calcTransCones ( const FourMomentum leadvec,
const ParticleVector tracks 
) [inline, private]

Definition at line 92 of file CDF_2004_S5839831.cc.

References CDF_2004_S5839831::_calcTransCones(), FourVector::azimuthalAngle(), and FourVector::pseudorapidity().

00093                                                             {
00094       const double etaLead = leadvec.pseudorapidity();
00095       const double phiLead = leadvec.azimuthalAngle();
00096       return _calcTransCones(etaLead, phiLead, tracks);
00097     }

void init (  )  [inline, private, virtual]

Initialize this analysis object. A concrete class should here book all necessary histograms. An overridden function must make sure it first calls the base class function.

Implements Analysis.

Definition at line 103 of file CDF_2004_S5839831.cc.

References CDF_2004_S5839831::_num90Max1800, CDF_2004_S5839831::_num90Min1800, CDF_2004_S5839831::_numTracksDbn1800MB, CDF_2004_S5839831::_numTracksDbn630MB, CDF_2004_S5839831::_pt90Dbn1800Et120, CDF_2004_S5839831::_pt90Dbn1800Et160, CDF_2004_S5839831::_pt90Dbn1800Et200, CDF_2004_S5839831::_pt90Dbn1800Et40, CDF_2004_S5839831::_pt90Dbn1800Et80, CDF_2004_S5839831::_pt90Diff1800, CDF_2004_S5839831::_pt90Diff630, CDF_2004_S5839831::_pt90Max1800, CDF_2004_S5839831::_pt90Max630, CDF_2004_S5839831::_pt90MaxAvg1800, CDF_2004_S5839831::_pt90Min1800, CDF_2004_S5839831::_pt90Min630, CDF_2004_S5839831::_pt90MinAvg1800, CDF_2004_S5839831::_ptDbn1800MB, CDF_2004_S5839831::_ptDbn630MB, CDF_2004_S5839831::_pTSum1800_2Jet, CDF_2004_S5839831::_pTSum1800_3Jet, CDF_2004_S5839831::_pTSum630_2Jet, CDF_2004_S5839831::_pTSum630_3Jet, ProjectionApplier::addProjection(), Analysis::bookHistogram1D(), Analysis::bookProfile1D(), FastJets::CDFJETCLU, Rivet::fuzzyEquals(), Rivet::GeV, and Analysis::sqrtS().

00103                 {
00104       // Set up projections
00105       addProjection(TriggerCDFRun0Run1(), "Trigger");
00106       addProjection(Beam(), "Beam");
00107       const FinalState calofs(-1.2, 1.2);
00108       addProjection(calofs, "CaloFS");
00109       addProjection(FastJets(calofs, FastJets::CDFJETCLU, 0.7), "Jets");
00110       const ChargedFinalState trackfs(-1.2, 1.2, 0.4*GeV);
00111       addProjection(trackfs, "TrackFS");
00112       // Restrict tracks to |eta| < 0.7 for the min bias part.
00113       const ChargedFinalState mbfs(-0.7, 0.7, 0.4*GeV);
00114       addProjection(mbfs, "MBFS");
00115       // Restrict tracks to |eta| < 1 for the Swiss-Cheese part.
00116       const ChargedFinalState cheesefs(-1.0, 1.0, 0.4*GeV);
00117       addProjection(cheesefs, "CheeseFS");
00118       addProjection(FastJets(cheesefs, FastJets::CDFJETCLU, 0.7), "CheeseJets");
00119 
00120       // Book histograms
00121       if (fuzzyEquals(sqrtS()/GeV, 1800, 1E-3)) {
00122         _pt90MaxAvg1800 = bookProfile1D(1, 1, 1);
00123         _pt90MinAvg1800 = bookProfile1D(1, 1, 2);
00124         _pt90Max1800 = bookProfile1D(2, 1, 1);
00125         _pt90Min1800 = bookProfile1D(2, 1, 2);
00126         _pt90Diff1800 = bookProfile1D(2, 1, 3);
00127         _num90Max1800 = bookProfile1D(4, 1, 1);
00128         _num90Min1800 = bookProfile1D(4, 1, 2);
00129         _pTSum1800_2Jet = bookProfile1D(7, 1, 1);
00130         _pTSum1800_3Jet = bookProfile1D(7, 1, 2);
00131 
00132         _pt90Dbn1800Et40 = bookHistogram1D(3, 1, 1);
00133         _pt90Dbn1800Et80 = bookHistogram1D(3, 1, 2);
00134         _pt90Dbn1800Et120 = bookHistogram1D(3, 1, 3);
00135         _pt90Dbn1800Et160 = bookHistogram1D(3, 1, 4);
00136         _pt90Dbn1800Et200 = bookHistogram1D(3, 1, 5);
00137         _numTracksDbn1800MB = bookHistogram1D(5, 1, 1);
00138         _ptDbn1800MB = bookHistogram1D(6, 1, 1);
00139       } else if (fuzzyEquals(sqrtS()/GeV, 630, 1E-3)) {
00140         _pt90Max630 = bookProfile1D(8, 1, 1);
00141         _pt90Min630 = bookProfile1D(8, 1, 2);
00142         _pt90Diff630 = bookProfile1D(8, 1, 3);
00143         _pTSum630_2Jet = bookProfile1D(9, 1, 1);
00144         _pTSum630_3Jet = bookProfile1D(9, 1, 2);
00145 
00146         _numTracksDbn630MB = bookHistogram1D(10, 1, 1);
00147         _ptDbn630MB = bookHistogram1D(11, 1, 1);
00148       }
00149     }

void analyze ( const Event event  )  [inline, private, virtual]

Do the analysis.

Implements Analysis.

Definition at line 153 of file CDF_2004_S5839831.cc.

References CDF_2004_S5839831::_calcTransCones(), CDF_2004_S5839831::_num90Max1800, CDF_2004_S5839831::_num90Min1800, CDF_2004_S5839831::_numTracksDbn1800MB, CDF_2004_S5839831::_numTracksDbn630MB, CDF_2004_S5839831::_pt90Dbn1800Et120, CDF_2004_S5839831::_pt90Dbn1800Et160, CDF_2004_S5839831::_pt90Dbn1800Et200, CDF_2004_S5839831::_pt90Dbn1800Et40, CDF_2004_S5839831::_pt90Dbn1800Et80, CDF_2004_S5839831::_pt90Diff1800, CDF_2004_S5839831::_pt90Diff630, CDF_2004_S5839831::_pt90Max1800, CDF_2004_S5839831::_pt90Max630, CDF_2004_S5839831::_pt90MaxAvg1800, CDF_2004_S5839831::_pt90Min1800, CDF_2004_S5839831::_pt90Min630, CDF_2004_S5839831::_pt90MinAvg1800, CDF_2004_S5839831::_ptDbn1800MB, CDF_2004_S5839831::_ptDbn630MB, CDF_2004_S5839831::_pTSum1800_2Jet, CDF_2004_S5839831::_pTSum1800_3Jet, CDF_2004_S5839831::_pTSum630_2Jet, CDF_2004_S5839831::_pTSum630_3Jet, FourVector::azimuthalAngle(), Log::DEBUG, Rivet::deltaR(), Rivet::fuzzyEquals(), Analysis::getLog(), Rivet::GeV, Rivet::inRange(), Rivet::isZero(), Rivet::momentum(), Particle::momentum(), Rivet::particles(), FourVector::pseudorapidity(), Rivet::pseudorapidity(), FourMomentum::pT(), Analysis::sqrtS(), Log::TRACE, and vetoEvent.

00153                                      {
00154       // Trigger
00155       const bool trigger = applyProjection<TriggerCDFRun0Run1>(event, "Trigger").minBiasDecision();
00156       if (!trigger) vetoEvent;
00157 
00158       // Get sqrt(s) and event weight
00159       const double sqrtS = applyProjection<Beam>(event, "Beam").sqrtS();
00160       const double weight = event.weight();
00161 
00162       {
00163         getLog() << Log::DEBUG << "Running max/min analysis" << endl;
00164         vector<Jet> jets = applyProjection<JetAlg>(event, "Jets").jetsByE();
00165         if (!jets.empty()) {
00166           // Leading jet must be in central |eta| < 0.5 region
00167           const Jet leadingjet = jets.front();
00168           const double etaLead = leadingjet.momentum().eta();
00169           // Get Et of the leading jet: used to bin histograms
00170           const double ETlead = leadingjet.EtSum();
00171           getLog() << Log::DEBUG << "Leading Et = " << ETlead/GeV << " GeV" << endl;
00172           if (fabs(etaLead) > 0.5 && ETlead < 15*GeV) {
00173             getLog() << Log::DEBUG << "Leading jet eta = " << etaLead
00174                      << " not in |eta| < 0.5 & pT > 15 GeV" << endl;
00175           } else {
00176             // Multiplicity & pT distributions for sqrt(s) = 630 GeV, 1800 GeV
00177             const ParticleVector tracks = applyProjection<FinalState>(event, "TrackFS").particles();
00178             const ConesInfo cones = _calcTransCones(leadingjet.momentum(), tracks);
00179             if (fuzzyEquals(sqrtS/GeV, 630)) {
00180               _pt90Max630->fill(ETlead/GeV, cones.ptMax/GeV, weight);
00181               _pt90Min630->fill(ETlead/GeV, cones.ptMin/GeV, weight);
00182               _pt90Diff630->fill(ETlead/GeV, cones.ptDiff/GeV, weight);
00183             } else if (fuzzyEquals(sqrtS/GeV, 1800)) {
00184               _num90Max1800->fill(ETlead/GeV, cones.numMax, weight);
00185               _num90Min1800->fill(ETlead/GeV, cones.numMin, weight);
00186               _pt90Max1800->fill(ETlead/GeV, cones.ptMax/GeV, weight);
00187               _pt90Min1800->fill(ETlead/GeV, cones.ptMin/GeV, weight);
00188               _pt90Diff1800->fill(ETlead/GeV, cones.ptDiff/GeV, weight);
00189               _pt90MaxAvg1800->fill(ETlead/GeV, cones.ptMax/GeV, weight); // /numMax
00190               _pt90MinAvg1800->fill(ETlead/GeV, cones.ptMin/GeV, weight); // /numMin
00191               //
00192               const double ptTransTotal = cones.ptMax + cones.ptMin;
00193               if (inRange(ETlead/GeV, 40., 80.)) {
00194                 _pt90Dbn1800Et40->fill(ptTransTotal/GeV, weight);
00195               } else if (inRange(ETlead/GeV, 80., 120.)) {
00196                 _pt90Dbn1800Et80->fill(ptTransTotal/GeV, weight);
00197               } else if (inRange(ETlead/GeV, 120., 160.)) {
00198                 _pt90Dbn1800Et120->fill(ptTransTotal/GeV, weight);
00199               } else if (inRange(ETlead/GeV, 160., 200.)) {
00200                 _pt90Dbn1800Et160->fill(ptTransTotal/GeV, weight);
00201               } else if (inRange(ETlead/GeV, 200., 270.)) {
00202                 _pt90Dbn1800Et200->fill(ptTransTotal/GeV, weight);
00203               }
00204             }
00205 
00206           }
00207         }
00208       }
00209 
00210 
00211       // Fill min bias total track multiplicity histos
00212       {
00213         getLog() << Log::DEBUG << "Running min bias multiplicity analysis" << endl;
00214         const ParticleVector mbtracks = applyProjection<FinalState>(event, "MBFS").particles();
00215         if (fuzzyEquals(sqrtS/GeV, 1800)) {
00216           _numTracksDbn1800MB->fill(mbtracks.size(), weight);
00217         } else if (fuzzyEquals(sqrtS/GeV, 630)) {
00218           _numTracksDbn630MB->fill(mbtracks.size(), weight);
00219         }
00220         // Run over all charged tracks
00221         foreach (const Particle& t, mbtracks) {
00222           FourMomentum trackMom = t.momentum();
00223           const double pt = trackMom.pT();
00224           // Plot total pT distribution for min bias
00225           if (fuzzyEquals(sqrtS/GeV, 1800)) {
00226             _ptDbn1800MB->fill(pt/GeV, weight);
00227           } else if (fuzzyEquals(sqrtS/GeV, 630)) {
00228             _ptDbn630MB->fill(pt/GeV, weight);
00229           }
00230         }
00231       }
00232 
00233 
00234 
00235       // Construct "Swiss Cheese" pT distributions, with pT contributions from
00236       // tracks within R = 0.7 of the 1st, 2nd (and 3rd) jets being ignored. A
00237       // different set of charged tracks, with |eta| < 1.0, is used here, and all
00238       // the removed jets must have Et > 5 GeV.
00239       {
00240         getLog() << Log::DEBUG << "Running Swiss Cheese analysis" << endl;
00241         const ParticleVector cheesetracks = applyProjection<FinalState>(event, "CheeseFS").particles();
00242         vector<Jet> cheesejets = applyProjection<JetAlg>(event, "Jets").jetsByE();
00243         if (cheesejets.empty()) {
00244           getLog() << Log::DEBUG << "No 'cheese' jets found in event" << endl;
00245           return;
00246         }
00247         if (cheesejets.size() > 1 &&
00248             fabs(cheesejets[0].momentum().pseudorapidity()) <= 0.5 &&
00249             cheesejets[0].momentum().Et()/GeV > 5.0 &&
00250             cheesejets[1].momentum().Et()/GeV > 5.0) {
00251 
00252           const double cheeseETlead = cheesejets[0].momentum().Et();
00253 
00254           const double eta1 = cheesejets[0].momentum().pseudorapidity();
00255           const double phi1 = cheesejets[0].momentum().azimuthalAngle();
00256           const double eta2 = cheesejets[1].momentum().pseudorapidity();
00257           const double phi2 = cheesejets[1].momentum().azimuthalAngle();
00258 
00259           double ptSumSub2(0), ptSumSub3(0);
00260           foreach (const Particle& t, cheesetracks) {
00261             FourMomentum trackMom = t.momentum();
00262             const double pt = trackMom.pT();
00263 
00264             // Subtracting 2 leading jets
00265             const double deltaR1 = deltaR(trackMom, eta1, phi1);
00266             const double deltaR2 = deltaR(trackMom, eta2, phi2);
00267             getLog() << Log::TRACE << "Track vs jet(1): "
00268                      << "|(" << trackMom.pseudorapidity() << ", " << trackMom.azimuthalAngle() << ") - "
00269                      << "|(" << eta1 << ", " << phi1 << ")| = " << deltaR1 << endl;
00270             getLog() << Log::TRACE << "Track vs jet(2): "
00271                      << "|(" << trackMom.pseudorapidity() << ", " << trackMom.azimuthalAngle() << ") - "
00272                      << "|(" << eta2 << ", " << phi2 << ")| = " << deltaR2 << endl;
00273             if (deltaR1 > 0.7 && deltaR2 > 0.7) {
00274               ptSumSub2 += pt;
00275 
00276               // Subtracting 3rd leading jet
00277               if (cheesejets.size() > 2 &&
00278                   cheesejets[2].momentum().Et()/GeV > 5.0) {
00279                 const double eta3 = cheesejets[2].momentum().pseudorapidity();
00280                 const double phi3 = cheesejets[2].momentum().azimuthalAngle();
00281                 const double deltaR3 = deltaR(trackMom, eta3, phi3);
00282                 getLog() << Log::TRACE << "Track vs jet(3): "
00283                          << "|(" << trackMom.pseudorapidity() << ", " << trackMom.azimuthalAngle() << ") - "
00284                          << "|(" << eta3 << ", " << phi3 << ")| = " << deltaR3 << endl;
00285                 if (deltaR3 > 0.7) {
00286                   ptSumSub3 += pt;
00287                 }
00288               }
00289             }
00290           }
00291 
00292           // Swiss Cheese sub 2,3 jets distributions for sqrt(s) = 630 GeV, 1800 GeV
00293           if (fuzzyEquals(sqrtS/GeV, 630)) {
00294             if (!isZero(ptSumSub2)) _pTSum630_2Jet->fill(cheeseETlead/GeV, ptSumSub2/GeV, weight);
00295             if (!isZero(ptSumSub3))_pTSum630_3Jet->fill(cheeseETlead/GeV, ptSumSub3/GeV, weight);
00296           } else if (fuzzyEquals(sqrtS/GeV, 1800)) {
00297             if (!isZero(ptSumSub2))_pTSum1800_2Jet->fill(cheeseETlead/GeV, ptSumSub2/GeV, weight);
00298             if (!isZero(ptSumSub3))_pTSum1800_3Jet->fill(cheeseETlead/GeV, ptSumSub3/GeV, weight);
00299           }
00300 
00301         }
00302       }
00303 
00304     }

void finalize (  )  [inline, private, virtual]

Finalize this analysis object. A concrete class should here make all necessary operations on the histograms. Writing the histograms to a file is, however, done by the Rivet class. An overridden function must make sure it first calls the base class function.

Implements Analysis.

Definition at line 307 of file CDF_2004_S5839831.cc.

References CDF_2004_S5839831::_numTracksDbn1800MB, CDF_2004_S5839831::_numTracksDbn630MB, CDF_2004_S5839831::_pt90Dbn1800Et120, CDF_2004_S5839831::_pt90Dbn1800Et160, CDF_2004_S5839831::_pt90Dbn1800Et200, CDF_2004_S5839831::_pt90Dbn1800Et40, CDF_2004_S5839831::_pt90Dbn1800Et80, CDF_2004_S5839831::_ptDbn1800MB, CDF_2004_S5839831::_ptDbn630MB, Rivet::fuzzyEquals(), Rivet::GeV, Analysis::normalize(), and Analysis::sqrtS().

00307                     {
00308       /// @todo Take these normalisations from the data histo (it can't come from just the MC)
00309 
00310       if (fuzzyEquals(sqrtS()/GeV, 1800, 1E-3)) {
00311         // Normalize to actual number of entries in pT dbn histos...
00312         normalize(_pt90Dbn1800Et40,  1656.75); // norm OK
00313         normalize(_pt90Dbn1800Et80,  4657.5); // norm OK
00314         normalize(_pt90Dbn1800Et120, 5395.5); // norm OK
00315         normalize(_pt90Dbn1800Et160, 7248.75); // norm OK
00316         normalize(_pt90Dbn1800Et200, 2442.0); // norm OK
00317       }
00318 
00319       // ...and for min bias distributions:
00320       if (fuzzyEquals(sqrtS()/GeV, 1800, 1E-3)) {
00321         normalize(_numTracksDbn1800MB, 309718.25); // norm OK
00322         normalize(_ptDbn1800MB, 33600.0); // norm OK
00323       } else if (fuzzyEquals(sqrtS()/GeV, 630, 1E-3)) {
00324         normalize(_numTracksDbn630MB, 1101024.0); // norm OK
00325         normalize(_ptDbn630MB, 105088.0); // norm OK
00326       }
00327     }

const AnalysisInfo & info (  )  const [virtual, inherited]

Get the actual AnalysisInfo object in which all this metadata is stored.

Definition at line 126 of file Analysis.cc.

References Analysis::_info.

Referenced by Analysis::energies(), and Analysis::requiredBeams().

00126                                            {
00127     assert(_info.get() != 0);
00128     return *_info;
00129   }

string name (  )  const [virtual, inherited]

Get the name of the analysis.

By default this is computed by combining the results of the experiment, year and Spires ID metadata methods and you should only override it if there's a good reason why those won't work.

Implements ProjectionApplier.

Definition at line 131 of file Analysis.cc.

References Analysis::_defaultname, and Analysis::_info.

Referenced by Analysis::_cacheBinEdges(), Analysis::_cacheXAxisData(), Analysis::_makeHistoDir(), Analysis::crossSection(), Analysis::getLog(), Analysis::histoDir(), Analysis::normalize(), HistoHandler::registerAnalysisObject(), and Analysis::scale().

00131                               {
00132     if (_info && !_info->name().empty()) return _info->name();
00133     return _defaultname;
00134   }

string spiresId (  )  const [virtual, inherited]

Get a the SPIRES/Inspire ID code for this analysis.

Definition at line 136 of file Analysis.cc.

References Analysis::_info.

00136                                   {
00137     if (!_info) return "NONE";
00138     return _info->spiresId();
00139   }

vector< string > authors (  )  const [virtual, inherited]

Names & emails of paper/analysis authors.

Names and email of authors in 'NAME <EMAIL>' format. The first name in the list should be the primary contact person.

Definition at line 141 of file Analysis.cc.

References Analysis::_info.

00141                                          {
00142     if (!_info) return std::vector<std::string>();
00143     return _info->authors();
00144   }

string summary (  )  const [virtual, inherited]

Get a short description of the analysis.

Short (one sentence) description used as an index entry. Use description() to provide full descriptive paragraphs of analysis details.

Definition at line 146 of file Analysis.cc.

References Analysis::_info.

00146                                  {
00147     if (!_info) return "NONE";
00148     return _info->summary();
00149   }

string description (  )  const [virtual, inherited]

Get a full description of the analysis.

Full textual description of this analysis, what it is useful for, what experimental techniques are applied, etc. Should be treated as a chunk of restructuredText (http://docutils.sourceforge.net/rst.html), with equations to be rendered as LaTeX with amsmath operators.

Definition at line 151 of file Analysis.cc.

References Analysis::_info.

00151                                      {
00152     if (!_info) return "NONE";
00153     return _info->description();
00154   }

string runInfo (  )  const [virtual, inherited]

Information about the events needed as input for this analysis.

Event types, energies, kinematic cuts, particles to be considered stable, etc. etc. Should be treated as a restructuredText bullet list (http://docutils.sourceforge.net/rst.html)

Definition at line 156 of file Analysis.cc.

References Analysis::_info.

00156                                  {
00157     if (!_info) return "NONE";
00158     return _info->runInfo();
00159   }

string experiment (  )  const [virtual, inherited]

Experiment which performed and published this analysis.

Definition at line 165 of file Analysis.cc.

References Analysis::_info.

00165                                     {
00166     if (!_info) return "NONE";
00167     return _info->experiment();
00168   }

string collider (  )  const [virtual, inherited]

Collider on which the experiment ran.

Definition at line 170 of file Analysis.cc.

References Analysis::_info.

00170                                   {
00171     if (!_info) return "NONE";
00172     return _info->collider();
00173   }

const vector< PdgIdPair > & requiredBeams (  )  const [virtual, inherited]

Return the pair of incoming beams required by this analysis.

Definition at line 205 of file Analysis.cc.

References AnalysisInfo::beams(), and Analysis::info().

Referenced by Analysis::isCompatible().

00205                                                          {
00206     return info().beams();
00207   }

const std::vector< std::pair< double, double > > & energies (  )  const [virtual, inherited]

Sets of valid beam energy pairs, in GeV.

Definition at line 161 of file Analysis.cc.

References AnalysisInfo::energies(), and Analysis::info().

00161                                                                      {
00162     return info().energies();
00163   }

string year (  )  const [virtual, inherited]

When the original experimental analysis was published.

When the refereed paper on which this is based was published, according to SPIRES.

Definition at line 175 of file Analysis.cc.

References Analysis::_info.

00175                               {
00176     if (!_info) return "NONE";
00177     return _info->year();
00178   }

vector< string > references (  )  const [virtual, inherited]

Journal, and preprint references.

Definition at line 180 of file Analysis.cc.

References Analysis::_info.

00180                                             {
00181     if (!_info) return vector<string>();
00182     return _info->references();
00183   }

string bibKey (  )  const [virtual, inherited]

BibTeX citation key for this article.

Definition at line 185 of file Analysis.cc.

References Analysis::_info.

00185                                 {
00186     if (!_info) return "";
00187     return _info->bibKey();
00188   }

string bibTeX (  )  const [virtual, inherited]

BibTeX citation entry for this article.

Definition at line 190 of file Analysis.cc.

References Analysis::_info.

00190                                 {
00191     if (!_info) return "";
00192     return _info->bibTeX();
00193   }

string status (  )  const [virtual, inherited]

Whether this analysis is trusted (in any way!).

Definition at line 195 of file Analysis.cc.

References Analysis::_info.

00195                                 {
00196     if (!_info) return "UNVALIDATED";
00197     return _info->status();
00198   }

vector< string > todos (  )  const [virtual, inherited]

Any work to be done on this analysis.

Definition at line 200 of file Analysis.cc.

References Analysis::_info.

00200                                        {
00201     if (!_info) return vector<string>();
00202     return _info->todos();
00203   }

const ParticlePair & beams (  )  const [inherited]

const PdgIdPair beamIds (  )  const [inherited]

Incoming beam IDs for this run.

Definition at line 83 of file Analysis.cc.

References AnalysisHandler::beamIds(), and Analysis::handler().

Referenced by UA5_1982_S875503::finalize(), and UA5_1982_S875503::init().

00083                                           {
00084     return handler().beamIds();
00085   }

double sqrtS (  )  const [inherited]

bool isCompatible ( PdgId  beam1,
PdgId  beam2 
) const [virtual, inherited]

Is this analysis able to run on the supplied pair of beams?

Todo:
Deprecate?

Definition at line 220 of file Analysis.cc.

References Analysis::beams().

00220                                                             {
00221     PdgIdPair beams(beam1, beam2);
00222     return isCompatible(beams);
00223   }

bool isCompatible ( const PdgIdPair beams  )  const [virtual, inherited]

Is this analysis able to run on the PdgIdPair beams ?

Todo:
Deprecate?

Todo:
Need to also check internal consistency of the analysis' beam requirements with those of the projections it uses.

Definition at line 227 of file Analysis.cc.

References Rivet::compatible(), and Analysis::requiredBeams().

00227                                                           {
00228     foreach (const PdgIdPair& bp, requiredBeams()) {
00229       if (compatible(beams, bp)) return true;
00230     }
00231     return false;
00232     /// @todo Need to also check internal consistency of the analysis'
00233     /// beam requirements with those of the projections it uses.
00234   }

AnalysisHandler & handler (  )  const [inherited]

void normalize ( AIDA::IHistogram1D *&  histo,
double  norm = 1.0 
) [inherited]

Normalize the given histogram, histo. After this call the histogram will have been transformed to a DataPointSet with the same name and path. It has the same effect as scale(histo, norm/sumOfWeights).

Parameters:
histo The histogram to be normalised.
norm The new area of the histogram.
Warning:
The old histogram will be deleted, and its pointer set to zero.

Definition at line 512 of file Analysis.cc.

References Log::ERROR, Analysis::getLog(), Analysis::name(), Analysis::scale(), Log::TRACE, Analysis::tree(), and Log::WARN.

Referenced by STAR_2008_S7869363::finalize(), OPAL_2001_S4553896::finalize(), OPAL_1998_S3780481::finalize(), H1_1994_S2919893::finalize(), ExampleAnalysis::finalize(), DELPHI_2002_069_CONF_603::finalize(), DELPHI_1995_S3137023::finalize(), D0_2010_S8671338::finalize(), D0_2009_S8320160::finalize(), D0_2008_S7554427::finalize(), D0_2008_S6879055::finalize(), D0_2007_S7075677::finalize(), D0_2004_S5992206::finalize(), D0_2001_S4674421::finalize(), D0_1996_S3324664::finalize(), D0_1996_S3214044::finalize(), CDF_2009_NOTE_9936::finalize(), CDF_2004_S5839831::finalize(), CDF_2002_S4796047::finalize(), CDF_2001_S4751469::finalize(), CDF_1997_S3541940::finalize(), CDF_1996_S3418421::finalize(), CDF_1996_S3349578::finalize(), CDF_1996_S3108457::finalize(), CDF_1993_S2742446::finalize(), ALEPH_2004_S5765862::finalize(), and ALEPH_1996_S3486095::finalize().

00512                                                                 {
00513     if (!histo) {
00514       getLog() << Log::ERROR << "Failed to normalise histo=NULL in analysis "
00515                << name() << " (norm=" << norm << ")" << endl;
00516       return;
00517     }
00518     const string hpath = tree().findPath(dynamic_cast<const AIDA::IManagedObject&>(*histo));
00519     getLog() << Log::TRACE << "Normalizing histo " << hpath << " to " << norm << endl;
00520 
00521     double oldintg = 0.0;
00522     int nBins = histo->axis().bins();
00523     for (int iBin = 0; iBin != nBins; ++iBin) {
00524       // Leaving out factor of binWidth because AIDA's "height" already includes a width factor.
00525       oldintg += histo->binHeight(iBin); // * histo->axis().binWidth(iBin);
00526     }
00527     if (oldintg == 0.0) {
00528       getLog() << Log::WARN << "Histo " << hpath << " has null integral during normalisation" << endl;
00529       return;
00530     }
00531 
00532     // Scale by the normalisation factor.
00533     scale(histo, norm/oldintg);
00534   }

void scale ( AIDA::IHistogram1D *&  histo,
double  scale 
) [inherited]

Multiplicatively scale the given histogram, histo. After this call the histogram will have been transformed to a DataPointSet with the same name and path.

Parameters:
histo The histogram to be scaled.
scale The factor used to multiply the histogram bin heights.
Warning:
The old histogram will be deleted, and its pointer set to zero.

Definition at line 537 of file Analysis.cc.

References Analysis::datapointsetFactory(), Log::ERROR, Analysis::getLog(), Analysis::name(), Log::TRACE, and Analysis::tree().

Referenced by UA5_1989_S1926373::finalize(), UA5_1987_S1640666::finalize(), UA5_1986_S1583476::finalize(), UA5_1982_S875503::finalize(), UA1_1990_S2044935::finalize(), STAR_2006_S6870392::finalize(), STAR_2006_S6860818::finalize(), STAR_2006_S6500200::finalize(), SFM_1984_S1178091::finalize(), PDG_HADRON_MULTIPLICITIES_RATIOS::finalize(), PDG_HADRON_MULTIPLICITIES::finalize(), OPAL_2004_S6132243::finalize(), OPAL_1998_S3780481::finalize(), MC_ZZJETS::finalize(), MC_ZJETS::finalize(), MC_WWJETS::finalize(), MC_WJETS::finalize(), MC_TTBAR::finalize(), MC_PHOTONJETS::finalize(), MC_JetAnalysis::finalize(), MC_HJETS::finalize(), MC_GENERIC::finalize(), MC_DIPHOTON::finalize(), JADE_OPAL_2000_S4300807::finalize(), H1_2000_S4129130::finalize(), H1_1994_S2919893::finalize(), E735_1998_S3905616::finalize(), D0_2010_S8570965::finalize(), D0_2009_S8349509::finalize(), D0_2009_S8202443::finalize(), D0_2008_S7863608::finalize(), D0_2008_S7719523::finalize(), D0_2008_S7662670::finalize(), D0_2006_S6438750::finalize(), D0_2000_S4480767::finalize(), CDF_2009_S8436959::finalize(), CDF_2009_S8383952::finalize(), CDF_2009_S8233977::finalize(), CDF_2008_S8093652::finalize(), CDF_2008_S7540469::finalize(), CDF_2007_S7057202::finalize(), CDF_2006_S6450792::finalize(), CDF_2005_S6080774::finalize(), CDF_2001_S4563131::finalize(), CDF_2000_S4266730::finalize(), CDF_2000_S4155203::finalize(), CDF_1998_S3618439::finalize(), CDF_1990_S2089246::finalize(), CDF_1988_S1865951::finalize(), ATLAS_2010_S8591806::finalize(), ALEPH_2004_S5765862::finalize(), ALEPH_1996_S3486095::finalize(), ALEPH_1996_S3196992::finalize(), ALEPH_1991_S2435284::finalize(), Analysis::normalize(), and BinnedHistogram::scale().

00537                                                              {
00538     if (!histo) {
00539       getLog() << Log::ERROR << "Failed to scale histo=NULL in analysis "
00540           << name() << " (scale=" << scale << ")" << endl;
00541       return;
00542     }
00543     const string hpath = tree().findPath(dynamic_cast<const AIDA::IManagedObject&>(*histo));
00544     getLog() << Log::TRACE << "Scaling histo " << hpath << endl;
00545 
00546     vector<double> x, y, ex, ey;
00547     for (size_t i = 0, N = histo->axis().bins(); i < N; ++i) {
00548       x.push_back(0.5 * (histo->axis().binLowerEdge(i) + histo->axis().binUpperEdge(i)));
00549       ex.push_back(histo->axis().binWidth(i)*0.5);
00550 
00551       // "Bin height" is a misnomer in the AIDA spec: width is neglected.
00552       // We'd like to do this: y.push_back(histo->binHeight(i) * scale);
00553       y.push_back(histo->binHeight(i)*scale/histo->axis().binWidth(i));
00554 
00555       // "Bin error" is a misnomer in the AIDA spec: width is neglected.
00556       // We'd like to do this: ey.push_back(histo->binError(i) * scale);
00557       ey.push_back(histo->binError(i)*scale/histo->axis().binWidth(i));
00558     }
00559 
00560     string title = histo->title();
00561     string xtitle = histo->xtitle();
00562     string ytitle = histo->ytitle();
00563 
00564     tree().mkdir("/tmpnormalize");
00565     tree().mv(hpath, "/tmpnormalize");
00566 
00567     AIDA::IDataPointSet* dps = datapointsetFactory().createXY(hpath, title, x, y, ex, ey);
00568     dps->setXTitle(xtitle);
00569     dps->setYTitle(ytitle);
00570 
00571     tree().rm(tree().findPath(dynamic_cast<AIDA::IManagedObject&>(*histo)));
00572     tree().rmdir("/tmpnormalize");
00573 
00574     // Set histo pointer to null - it can no longer be used.
00575     histo = 0;
00576   }

Analysis & setCrossSection ( double  xs  )  [inherited]

Set the cross section from the generator.

Definition at line 237 of file Analysis.cc.

References Analysis::_crossSection, and Analysis::_gotCrossSection.

00237                                                {
00238     _crossSection = xs;
00239     _gotCrossSection = true;
00240     return *this;
00241   }

bool needsCrossSection (  )  const [inherited]

Return true if this analysis needs to know the process cross-section.

Todo:
Deprecate, eventually

Definition at line 244 of file Analysis.cc.

References Analysis::_needsCrossSection.

00244                                          {
00245     return _needsCrossSection;
00246   }

Log & getLog (  )  const [protected, inherited]

Get a Log object based on the name() property of the calling analysis object.

Reimplemented from ProjectionApplier.

Definition at line 107 of file Analysis.cc.

References Log::getLog(), and Analysis::name().

Referenced by Analysis::_cacheBinEdges(), Analysis::_cacheXAxisData(), CDF_2004_S5839831::_calcTransCones(), CDF_1996_S3349578::_fiveJetAnalysis(), CDF_1996_S3349578::_fourJetAnalysis(), D0_1996_S3214044::_safeMass(), CDF_1997_S3541940::_safeMass(), CDF_1996_S3349578::_safeMass(), CDF_1996_S3349578::_threeJetAnalysis(), ZEUS_2001_S4815815::analyze(), UA5_1986_S1583476::analyze(), UA1_1990_S2044935::analyze(), STAR_2009_UE_HELEN::analyze(), STAR_2008_S7993412::analyze(), STAR_2006_S6870392::analyze(), STAR_2006_S6860818::analyze(), STAR_2006_S6500200::analyze(), SFM_1984_S1178091::analyze(), PDG_HADRON_MULTIPLICITIES_RATIOS::analyze(), PDG_HADRON_MULTIPLICITIES::analyze(), OPAL_1998_S3780481::analyze(), MC_SUSY::analyze(), MC_PHOTONJETUE::analyze(), MC_LEADINGJETS::analyze(), MC_JetAnalysis::analyze(), MC_GENERIC::analyze(), H1_1994_S2919893::analyze(), DELPHI_2002_069_CONF_603::analyze(), DELPHI_1995_S3137023::analyze(), D0_2009_S8349509::analyze(), D0_2009_S8202443::analyze(), D0_2008_S7863608::analyze(), D0_2008_S7837160::analyze(), D0_2008_S7719523::analyze(), D0_2008_S7662670::analyze(), D0_2008_S7554427::analyze(), D0_2008_S6879055::analyze(), D0_2007_S7075677::analyze(), D0_2004_S5992206::analyze(), D0_1998_S3711838::analyze(), CDF_2009_S8383952::analyze(), CDF_2008_S8095620::analyze(), CDF_2008_S7782535::analyze(), CDF_2008_S7540469::analyze(), CDF_2008_NOTE_9351::analyze(), CDF_2008_LEADINGJETS::analyze(), CDF_2006_S6653332::analyze(), CDF_2005_S6217184::analyze(), CDF_2004_S5839831::analyze(), CDF_2001_S4751469::analyze(), CDF_2000_S4155203::analyze(), CDF_1994_S2952106::analyze(), CDF_1991_S2313472::analyze(), BELLE_2006_S6265367::analyze(), ALEPH_1996_S3486095::analyze(), ALEPH_1991_S2435284::analyze(), CDF_2009_S8057893::CDF_2009_S8057893::analyze(), UA5_1986_S1583476::finalize(), UA1_1990_S2044935::finalize(), STAR_2006_S6860818::finalize(), STAR_2006_S6500200::finalize(), D0_2001_S4674421::finalize(), CDF_2009_S8233977::finalize(), CDF_2006_S6653332::finalize(), ZEUS_2001_S4815815::init(), JADE_OPAL_2000_S4300807::init(), ALEPH_2004_S5765862::init(), Analysis::normalize(), and Analysis::scale().

00107                               {
00108     string logname = "Rivet.Analysis." + name();
00109     return Log::getLog(logname);
00110   }

double crossSection (  )  const [protected, inherited]

double crossSectionPerEvent (  )  const [protected, inherited]

Get the process cross-section per generated event in pb. Throws if this hasn't been set.

Definition at line 262 of file Analysis.cc.

References Analysis::_crossSection, and Analysis::sumOfWeights().

Referenced by UA1_1990_S2044935::finalize(), MC_PHOTONJETS::finalize(), D0_2001_S4674421::finalize(), CDF_2007_S7057202::finalize(), and CDF_1988_S1865951::finalize().

00262                                               {
00263     const double sumW = sumOfWeights();
00264     assert(sumW > 0);
00265     return _crossSection / sumW;
00266   }

size_t numEvents (  )  const [protected, inherited]

Get the number of events seen (via the analysis handler). Use in the finalize phase only.

Definition at line 113 of file Analysis.cc.

References Analysis::handler(), and AnalysisHandler::numEvents().

00113                                    {
00114     return handler().numEvents();
00115   }

double sumOfWeights (  )  const [protected, inherited]

Get the sum of event weights seen (via the analysis handler). Use in the finalize phase only.

Definition at line 118 of file Analysis.cc.

References Analysis::handler(), and AnalysisHandler::sumOfWeights().

Referenced by Analysis::crossSectionPerEvent(), STAR_2006_S6870392::finalize(), STAR_2006_S6860818::finalize(), STAR_2006_S6500200::finalize(), PDG_HADRON_MULTIPLICITIES::finalize(), OPAL_1998_S3780481::finalize(), OPAL_1993_S2692198::finalize(), MC_ZZJETS::finalize(), MC_ZJETS::finalize(), MC_WWJETS::finalize(), MC_WJETS::finalize(), MC_TTBAR::finalize(), MC_JetAnalysis::finalize(), MC_HJETS::finalize(), MC_GENERIC::finalize(), MC_DIPHOTON::finalize(), JADE_OPAL_2000_S4300807::finalize(), DELPHI_1995_S3137023::finalize(), D0_2010_S8570965::finalize(), D0_2010_S8566488::finalize(), D0_2008_S7863608::finalize(), D0_2008_S7719523::finalize(), D0_2008_S7662670::finalize(), D0_2006_S6438750::finalize(), D0_2000_S4480767::finalize(), CDF_2009_S8436959::finalize(), CDF_2009_S8383952::finalize(), CDF_2009_S8233977::finalize(), CDF_2008_S8093652::finalize(), CDF_2008_S7828950::finalize(), CDF_2008_S7541902::finalize(), CDF_2008_S7540469::finalize(), CDF_2006_S6653332::finalize(), CDF_2006_S6450792::finalize(), CDF_2005_S6080774::finalize(), CDF_2001_S4563131::finalize(), CDF_2001_S4517016::finalize(), CDF_2000_S4266730::finalize(), CDF_2000_S4155203::finalize(), CDF_1998_S3618439::finalize(), ALEPH_2004_S5765862::finalize(), ALEPH_1996_S3486095::finalize(), ALEPH_1996_S3196992::finalize(), and ALEPH_1991_S2435284::finalize().

00118                                       {
00119     return handler().sumOfWeights();
00120   }

IAnalysisFactory & analysisFactory (  )  [protected, inherited]

Access the AIDA analysis factory of the controlling AnalysisHandler object.

Definition at line 55 of file Analysis.cc.

References AnalysisHandler::analysisFactory(), and Analysis::handler().

00055                                               {
00056     return handler().analysisFactory();
00057   }

ITree & tree (  )  [protected, inherited]

Access the AIDA tree of the controlling AnalysisHandler object.

Definition at line 60 of file Analysis.cc.

References Analysis::handler(), and AnalysisHandler::tree().

Referenced by Analysis::_makeHistoDir(), Analysis::normalize(), and Analysis::scale().

00060                         {
00061     return handler().tree();
00062   }

IHistogramFactory & histogramFactory (  )  [protected, inherited]

IDataPointSetFactory & datapointsetFactory (  )  [protected, inherited]

Access the AIDA histogram factory of the controlling AnalysisHandler object.

Definition at line 70 of file Analysis.cc.

References AnalysisHandler::datapointsetFactory(), and Analysis::handler().

Referenced by Analysis::scale().

00070                                                       {
00071     return handler().datapointsetFactory();
00072   }

const string histoDir (  )  const [protected, inherited]

Get the canonical histogram "directory" path for this analysis.

Todo:
This doesn't change: calc and cache at Analysis construction!

Definition at line 88 of file Analysis.cc.

References Analysis::handler(), Analysis::name(), and AnalysisHandler::runName().

Referenced by Analysis::_makeHistoDir(), STAR_2006_S6860818::finalize(), STAR_2006_S6500200::finalize(), MC_WJETS::finalize(), D0_2008_S7837160::finalize(), and D0_2008_S7719523::finalize().

00088                                         {
00089     /// @todo This doesn't change: calc and cache at Analysis construction!
00090     string path = "/" + name();
00091     if (handler().runName().length() > 0) {
00092       path = "/" + handler().runName() + path;
00093     }
00094     while (find_first(path, "//")) {
00095       replace_all(path, "//", "/");
00096     }
00097     return path;
00098   }

const std::string histoPath ( const std::string &  hname  )  const [protected, inherited]

Get the canonical histogram path for the named histogram in this analysis.

Referenced by MC_JetAnalysis::finalize(), and MC_GENERIC::finalize().

const BinEdges& binEdges ( const std::string &  hname  )  const [protected, inherited]

Get bin edges for a named histo (using ref AIDA caching).

Referenced by Analysis::binEdges(), and D0_2008_S7837160::init().

const BinEdges & binEdges ( size_t  datasetId,
size_t  xAxisId,
size_t  yAxisId 
) const [protected, inherited]

Get bin edges for a numbered histo (using ref AIDA caching).

Definition at line 311 of file Analysis.cc.

References Analysis::binEdges(), and Rivet::makeAxisCode().

00311                                                                                            {
00312     const string hname = makeAxisCode(datasetId, xAxisId, yAxisId);
00313     return binEdges(hname);
00314   }

BinEdges logBinEdges ( size_t  nbins,
double  lower,
double  upper 
) [protected, inherited]

Get bin edges with logarithmic widths.

Definition at line 317 of file Analysis.cc.

Referenced by MC_ZZJETS::init(), MC_ZJETS::init(), MC_WWJETS::init(), MC_WJETS::init(), MC_PHOTONJETS::init(), MC_JetAnalysis::init(), MC_HJETS::init(), and MC_DIPHOTON::init().

00317                                                                          {
00318     assert(lower>0.0);
00319     assert(upper>lower);
00320     double loglower=log10(lower);
00321     double logupper=log10(upper);
00322     vector<double> binedges;
00323     double stepwidth=(logupper-loglower)/double(nbins);
00324     for (size_t i=0; i<=nbins; ++i) {
00325       binedges.push_back(pow(10.0, loglower+double(i)*stepwidth));
00326     }
00327     return binedges;
00328   }

AIDA::IHistogram1D* bookHistogram1D ( const std::string &  name,
size_t  nbins,
double  lower,
double  upper,
const std::string &  title = "",
const std::string &  xtitle = "",
const std::string &  ytitle = "" 
) [protected, inherited]

Book a 1D histogram with nbins uniformly distributed across the range lower - upper . (NB. this returns a pointer rather than a reference since it will have to be stored in the analysis class - there's no point in forcing users to explicitly get the pointer from a reference before they can use it!)

Referenced by ZEUS_2001_S4815815::init(), UA5_1989_S1926373::init(), UA5_1987_S1640666::init(), UA5_1986_S1583476::init(), UA5_1982_S875503::init(), UA1_1990_S2044935::init(), STAR_2008_S7869363::init(), STAR_2006_S6870392::init(), STAR_2006_S6860818::init(), STAR_2006_S6500200::init(), SFM_1984_S1178091::init(), PDG_HADRON_MULTIPLICITIES_RATIOS::init(), PDG_HADRON_MULTIPLICITIES::init(), OPAL_2004_S6132243::init(), OPAL_2001_S4553896::init(), OPAL_1998_S3780481::init(), MC_ZZJETS::init(), MC_ZJETS::init(), MC_WWJETS::init(), MC_WJETS::init(), MC_TTBAR::init(), MC_SUSY::init(), MC_PHOTONJETUE::init(), MC_PHOTONJETS::init(), MC_JetAnalysis::init(), MC_HJETS::init(), MC_GENERIC::init(), MC_DIPHOTON::init(), MC_DIJET::init(), JADE_OPAL_2000_S4300807::init(), H1_2000_S4129130::init(), H1_1995_S3167097::init(), H1_1994_S2919893::init(), ExampleAnalysis::init(), E735_1998_S3905616::init(), DELPHI_2002_069_CONF_603::init(), DELPHI_1995_S3137023::init(), D0_2010_S8671338::init(), D0_2010_S8570965::init(), D0_2010_S8566488::init(), D0_2009_S8349509::init(), D0_2009_S8320160::init(), D0_2009_S8202443::init(), D0_2008_S7863608::init(), D0_2008_S7837160::init(), D0_2008_S7719523::init(), D0_2008_S7662670::init(), D0_2008_S7554427::init(), D0_2008_S6879055::init(), D0_2007_S7075677::init(), D0_2006_S6438750::init(), D0_2004_S5992206::init(), D0_2001_S4674421::init(), D0_2000_S4480767::init(), D0_1998_S3711838::init(), D0_1996_S3324664::init(), D0_1996_S3214044::init(), CDF_2009_S8436959::init(), CDF_2009_S8383952::init(), CDF_2009_S8233977::init(), CDF_2009_NOTE_9936::init(), CDF_2008_S8095620::init(), CDF_2008_S8093652::init(), CDF_2008_S7828950::init(), CDF_2008_S7541902::init(), CDF_2008_S7540469::init(), CDF_2007_S7057202::init(), CDF_2006_S6653332::init(), CDF_2006_S6450792::init(), CDF_2005_S6080774::init(), CDF_2004_S5839831::init(), CDF_2002_S4796047::init(), CDF_2001_S4751469::init(), CDF_2001_S4563131::init(), CDF_2001_S4517016::init(), CDF_2000_S4266730::init(), CDF_2000_S4155203::init(), CDF_1998_S3618439::init(), CDF_1997_S3541940::init(), CDF_1996_S3418421::init(), CDF_1996_S3349578::init(), CDF_1996_S3108457::init(), CDF_1994_S2952106::init(), CDF_1993_S2742446::init(), CDF_1991_S2313472::init(), CDF_1990_S2089246::init(), CDF_1988_S1865951::init(), BELLE_2006_S6265367::init(), ATLAS_2010_S8591806::init(), ALEPH_2004_S5765862::init(), ALEPH_1996_S3486095::init(), ALEPH_1996_S3196992::init(), and ALEPH_1991_S2435284::init().

AIDA::IHistogram1D* bookHistogram1D ( const std::string &  name,
const std::vector< double > &  binedges,
const std::string &  title = "",
const std::string &  xtitle = "",
const std::string &  ytitle = "" 
) [protected, inherited]

Book a 1D histogram with non-uniform bins defined by the vector of bin edges binedges . (NB. this returns a pointer rather than a reference since it will have to be stored in the analysis class - there's no point in forcing users to explicitly get the pointer from a reference before they can use it!)

AIDA::IHistogram1D* bookHistogram1D ( const std::string &  name,
const std::string &  title = "",
const std::string &  xtitle = "",
const std::string &  ytitle = "" 
) [protected, inherited]

Book a 1D histogram based on the name in the corresponding AIDA file. The binnings will be obtained by reading the bundled AIDA data record file with the same filename as the analysis' name() property.

AIDA::IHistogram1D* bookHistogram1D ( size_t  datasetId,
size_t  xAxisId,
size_t  yAxisId,
const std::string &  title = "",
const std::string &  xtitle = "",
const std::string &  ytitle = "" 
) [protected, inherited]

Book a 1D histogram based on the paper, dataset and x/y-axis IDs in the corresponding HepData record. The binnings will be obtained by reading the bundled AIDA data record file of the same filename as the analysis' name() property.

AIDA::IProfile1D* bookProfile1D ( const std::string &  name,
size_t  nbins,
double  lower,
double  upper,
const std::string &  title = "",
const std::string &  xtitle = "",
const std::string &  ytitle = "" 
) [protected, inherited]

Book a 1D profile histogram with nbins uniformly distributed across the range lower - upper . (NB. this returns a pointer rather than a reference since it will have to be stored in the analysis class - there's no point in forcing users to explicitly get the pointer from a reference before they can use it!)

Referenced by UA5_1988_S1867512::init(), UA1_1990_S2044935::init(), STAR_2009_UE_HELEN::init(), STAR_2008_S7993412::init(), STAR_2006_S6860818::init(), MC_PHOTONJETUE::init(), MC_LEADINGJETS::init(), H1_2000_S4129130::init(), H1_1994_S2919893::init(), DELPHI_2002_069_CONF_603::init(), D0_1996_S3324664::init(), CDF_2009_S8233977::init(), CDF_2008_S7782535::init(), CDF_2008_NOTE_9351::init(), CDF_2008_LEADINGJETS::init(), CDF_2005_S6217184::init(), CDF_2004_S5839831::init(), CDF_2002_S4796047::init(), CDF_2001_S4751469::init(), and ATLAS_2010_S8591806::init().

AIDA::IProfile1D* bookProfile1D ( const std::string &  name,
const std::vector< double > &  binedges,
const std::string &  title = "",
const std::string &  xtitle = "",
const std::string &  ytitle = "" 
) [protected, inherited]

Book a 1D profile histogram with non-uniform bins defined by the vector of bin edges binedges . (NB. this returns a pointer rather than a reference since it will have to be stored in the analysis class - there's no point in forcing users to explicitly get the pointer from a reference before they can use it!)

AIDA::IProfile1D* bookProfile1D ( const std::string &  name,
const std::string &  title = "",
const std::string &  xtitle = "",
const std::string &  ytitle = "" 
) [protected, inherited]

Book a 1D profile histogram based on the name in the corresponding AIDA file. The binnings will be obtained by reading the bundled AIDA data record file with the same filename as the analysis' name() property.

AIDA::IProfile1D* bookProfile1D ( size_t  datasetId,
size_t  xAxisId,
size_t  yAxisId,
const std::string &  title = "",
const std::string &  xtitle = "",
const std::string &  ytitle = "" 
) [protected, inherited]

Book a 1D profile histogram based on the paper, dataset and x/y-axis IDs in the corresponding HepData record. The binnings will be obtained by reading the bundled AIDA data record file of the same filename as the analysis' name() property.

AIDA::IDataPointSet* bookDataPointSet ( const std::string &  name,
const std::string &  title = "",
const std::string &  xtitle = "",
const std::string &  ytitle = "" 
) [protected, inherited]

Book a 2-dimensional data point set. (NB. this returns a pointer rather than a reference since it will have to be stored in the analysis class - there's no point in forcing users to explicitly get the pointer from a reference before they can use it!)

Referenced by ALEPH_2004_S5765862::finalize(), STAR_2006_S6860818::init(), OPAL_1993_S2692198::init(), MC_JetAnalysis::init(), JADE_OPAL_2000_S4300807::init(), D0_2001_S4674421::init(), CDF_2008_S7782535::init(), CDF_2008_S7541902::init(), CDF_1996_S3418421::init(), CDF_1994_S2952106::init(), and ALEPH_2004_S5765862::init().

AIDA::IDataPointSet* bookDataPointSet ( const std::string &  name,
size_t  npts,
double  lower,
double  upper,
const std::string &  title = "",
const std::string &  xtitle = "",
const std::string &  ytitle = "" 
) [protected, inherited]

Book a 2-dimensional data point set with equally spaced points in a range. (NB. this returns a pointer rather than a reference since it will have to be stored in the analysis class - there's no point in forcing users to explicitly get the pointer from a reference before they can use it!)

AIDA::IDataPointSet* bookDataPointSet ( size_t  datasetId,
size_t  xAxisId,
size_t  yAxisId,
const std::string &  title = "",
const std::string &  xtitle = "",
const std::string &  ytitle = "" 
) [protected, inherited]

Book a 2-dimensional data point set based on the corresponding AIDA data file. The binnings (x-errors) will be obtained by reading the bundled AIDA data record file of the same filename as the analysis' name() property. Book a 2-dimensional data point set based on the paper, dataset and x/y-axis IDs in the corresponding HepData record. The binnings (x-errors) will be obtained by reading the bundled AIDA data record file of the same filename as the analysis' name() property.

Analysis & setBeams ( PdgId  beam1,
PdgId  beam2 
) [protected, inherited]

Set the colliding beam pair.

Deprecated:
Use .info file and AnalysisInfo class instead
Todo:
Deprecate?

Definition at line 211 of file Analysis.cc.

References Analysis::_info.

Referenced by ALEPH_1991_S2435284::ALEPH_1991_S2435284(), ALEPH_1996_S3196992::ALEPH_1996_S3196992(), ALEPH_1996_S3486095::ALEPH_1996_S3486095(), ALEPH_2004_S5765862::ALEPH_2004_S5765862(), BELLE_2006_S6265367::BELLE_2006_S6265367(), CDF_1988_S1865951::CDF_1988_S1865951(), CDF_1990_S2089246::CDF_1990_S2089246(), CDF_1991_S2313472::CDF_1991_S2313472(), CDF_1993_S2742446::CDF_1993_S2742446(), CDF_1994_S2952106::CDF_1994_S2952106(), CDF_1996_S3108457::CDF_1996_S3108457(), CDF_1996_S3349578::CDF_1996_S3349578(), CDF_1996_S3418421::CDF_1996_S3418421(), CDF_1997_S3541940::CDF_1997_S3541940(), CDF_1998_S3618439::CDF_1998_S3618439(), CDF_2000_S4155203::CDF_2000_S4155203(), CDF_2000_S4266730::CDF_2000_S4266730(), CDF_2001_S4517016::CDF_2001_S4517016(), CDF_2001_S4563131::CDF_2001_S4563131(), CDF_2001_S4751469::CDF_2001_S4751469(), CDF_2002_S4796047::CDF_2002_S4796047(), CDF_2004_S5839831::CDF_2004_S5839831(), CDF_2005_S6080774::CDF_2005_S6080774(), CDF_2005_S6217184::CDF_2005_S6217184(), CDF_2006_S6450792::CDF_2006_S6450792(), CDF_2006_S6653332::CDF_2006_S6653332(), CDF_2007_S7057202::CDF_2007_S7057202(), CDF_2008_LEADINGJETS::CDF_2008_LEADINGJETS(), CDF_2008_NOTE_9351::CDF_2008_NOTE_9351(), CDF_2008_S7540469::CDF_2008_S7540469(), CDF_2008_S7541902::CDF_2008_S7541902(), CDF_2008_S7782535::CDF_2008_S7782535(), CDF_2008_S7828950::CDF_2008_S7828950(), CDF_2008_S8093652::CDF_2008_S8093652(), CDF_2008_S8095620::CDF_2008_S8095620(), CDF_2009_NOTE_9936::CDF_2009_NOTE_9936(), CDF_2009_S8057893::CDF_2009_S8057893::CDF_2009_S8057893(), CDF_2009_S8233977::CDF_2009_S8233977(), CDF_2009_S8383952::CDF_2009_S8383952(), CDF_2009_S8436959::CDF_2009_S8436959(), D0_1996_S3214044::D0_1996_S3214044(), D0_1996_S3324664::D0_1996_S3324664(), D0_1998_S3711838::D0_1998_S3711838(), D0_2001_S4674421::D0_2001_S4674421(), D0_2004_S5992206::D0_2004_S5992206(), D0_2006_S6438750::D0_2006_S6438750(), D0_2007_S7075677::D0_2007_S7075677(), D0_2008_S6879055::D0_2008_S6879055(), D0_2008_S7554427::D0_2008_S7554427(), D0_2008_S7662670::D0_2008_S7662670(), D0_2008_S7719523::D0_2008_S7719523(), D0_2008_S7837160::D0_2008_S7837160(), D0_2008_S7863608::D0_2008_S7863608(), D0_2009_S8202443::D0_2009_S8202443(), D0_2009_S8320160::D0_2009_S8320160(), D0_2009_S8349509::D0_2009_S8349509(), D0_2010_S8566488::D0_2010_S8566488(), D0_2010_S8570965::D0_2010_S8570965(), D0_2010_S8671338::D0_2010_S8671338(), DELPHI_1995_S3137023::DELPHI_1995_S3137023(), DELPHI_2002_069_CONF_603::DELPHI_2002_069_CONF_603(), E735_1998_S3905616::E735_1998_S3905616(), H1_1994_S2919893::H1_1994_S2919893(), H1_1995_S3167097::H1_1995_S3167097(), H1_2000_S4129130::H1_2000_S4129130(), JADE_OPAL_2000_S4300807::JADE_OPAL_2000_S4300807(), OPAL_1993_S2692198::OPAL_1993_S2692198(), OPAL_1998_S3780481::OPAL_1998_S3780481(), OPAL_2001_S4553896::OPAL_2001_S4553896(), PDG_HADRON_MULTIPLICITIES::PDG_HADRON_MULTIPLICITIES(), PDG_HADRON_MULTIPLICITIES_RATIOS::PDG_HADRON_MULTIPLICITIES_RATIOS(), SFM_1984_S1178091::SFM_1984_S1178091(), STAR_2006_S6500200::STAR_2006_S6500200(), STAR_2006_S6860818::STAR_2006_S6860818(), STAR_2006_S6870392::STAR_2006_S6870392(), STAR_2008_S7869363::STAR_2008_S7869363(), STAR_2008_S7993412::STAR_2008_S7993412(), STAR_2009_UE_HELEN::STAR_2009_UE_HELEN(), UA1_1990_S2044935::UA1_1990_S2044935(), UA5_1986_S1583476::UA5_1986_S1583476(), UA5_1987_S1640666::UA5_1987_S1640666(), UA5_1988_S1867512::UA5_1988_S1867512(), UA5_1989_S1926373::UA5_1989_S1926373(), and ZEUS_2001_S4815815::ZEUS_2001_S4815815().

00211                                                        {
00212     assert(_info.get() != 0);
00213     _info->_beams.clear();
00214     _info->_beams += make_pair(beam1, beam2);
00215     return *this;
00216   }

Analysis & setNeedsCrossSection ( bool  needed  )  [protected, inherited]

Declare whether this analysis needs to know the process cross-section from the generator.

Todo:
Deprecate, eventually

Definition at line 249 of file Analysis.cc.

References Analysis::_needsCrossSection.

Referenced by ATLAS_2010_S8591806::ATLAS_2010_S8591806(), CDF_1991_S2313472::CDF_1991_S2313472(), CDF_1993_S2742446::CDF_1993_S2742446(), CDF_1996_S3108457::CDF_1996_S3108457(), CDF_1998_S3618439::CDF_1998_S3618439(), CDF_2000_S4155203::CDF_2000_S4155203(), CDF_2000_S4266730::CDF_2000_S4266730(), CDF_2001_S4517016::CDF_2001_S4517016(), CDF_2001_S4563131::CDF_2001_S4563131(), CDF_2005_S6080774::CDF_2005_S6080774(), CDF_2006_S6450792::CDF_2006_S6450792(), CDF_2006_S6653332::CDF_2006_S6653332(), CDF_2007_S7057202::CDF_2007_S7057202(), CDF_2008_S7540469::CDF_2008_S7540469(), CDF_2008_S7541902::CDF_2008_S7541902(), CDF_2008_S7828950::CDF_2008_S7828950(), CDF_2008_S8093652::CDF_2008_S8093652(), CDF_2009_NOTE_9936::CDF_2009_NOTE_9936(), CDF_2009_S8233977::CDF_2009_S8233977(), CDF_2009_S8383952::CDF_2009_S8383952(), CDF_2009_S8436959::CDF_2009_S8436959(), D0_1996_S3214044::D0_1996_S3214044(), D0_1996_S3324664::D0_1996_S3324664(), D0_1998_S3711838::D0_1998_S3711838(), D0_2000_S4480767::D0_2000_S4480767(), D0_2001_S4674421::D0_2001_S4674421(), D0_2006_S6438750::D0_2006_S6438750(), D0_2008_S7662670::D0_2008_S7662670(), D0_2008_S7719523::D0_2008_S7719523(), D0_2008_S7863608::D0_2008_S7863608(), D0_2010_S8566488::D0_2010_S8566488(), D0_2010_S8570965::D0_2010_S8570965(), MC_DIPHOTON::MC_DIPHOTON(), MC_HJETS::MC_HJETS(), MC_JetAnalysis::MC_JetAnalysis(), MC_JETS::MC_JETS(), MC_PHOTONJETS::MC_PHOTONJETS(), MC_WJETS::MC_WJETS(), MC_WWJETS::MC_WWJETS(), MC_ZJETS::MC_ZJETS(), MC_ZZJETS::MC_ZZJETS(), OPAL_2001_S4553896::OPAL_2001_S4553896(), STAR_2006_S6870392::STAR_2006_S6870392(), STAR_2008_S7869363::STAR_2008_S7869363(), and UA1_1990_S2044935::UA1_1990_S2044935().

00249                                                       {
00250     _needsCrossSection = needed;
00251     return *this;
00252   }

std::set<ConstProjectionPtr> getProjections (  )  const [inline, inherited]

Get the contained projections, including recursion.

Definition at line 58 of file ProjectionApplier.hh.

References ProjectionHandler::DEEP, ProjectionHandler::getChildProjections(), and ProjectionApplier::getProjHandler().

Referenced by Projection::beamPairs().

00058                                                       {
00059       return getProjHandler().getChildProjections(*this, ProjectionHandler::DEEP);
00060     }

const PROJ& getProjection ( const std::string &  name  )  const [inline, inherited]

Get the named projection, specifying return type via a template argument.

Definition at line 65 of file ProjectionApplier.hh.

References ProjectionHandler::getProjection(), and ProjectionApplier::getProjHandler().

Referenced by Rivet::pcmp(), and Hemispheres::project().

00065                                                            {
00066       const Projection& p = getProjHandler().getProjection(*this, name);
00067       return pcast<PROJ>(p);
00068     }

const Projection& getProjection ( const std::string &  name  )  const [inline, inherited]

Get the named projection (non-templated, so returns as a reference to a Projection base class).

Definition at line 73 of file ProjectionApplier.hh.

References ProjectionHandler::getProjection(), and ProjectionApplier::getProjHandler().

00073                                                                  {
00074       return getProjHandler().getProjection(*this, name);
00075     }

const PROJ& applyProjection ( const Event evt,
const PROJ &  proj 
) const [inline, inherited]

Apply the supplied projection on event.

Definition at line 83 of file ProjectionApplier.hh.

References ProjectionApplier::_applyProjection().

Referenced by HadronicFinalState::project(), and FinalStateHCM::project().

00083                                                                           {
00084       return pcast<PROJ>(_applyProjection(evt, proj));
00085     }

const PROJ& applyProjection ( const Event evt,
const Projection proj 
) const [inline, inherited]

Apply the supplied projection on event.

Definition at line 90 of file ProjectionApplier.hh.

References ProjectionApplier::_applyProjection().

00090                                                                                 {
00091       return pcast<PROJ>(_applyProjection(evt, proj));
00092     }

const PROJ& applyProjection ( const Event evt,
const std::string &  name 
) const [inline, inherited]

Apply the named projection on event.

Definition at line 97 of file ProjectionApplier.hh.

References ProjectionApplier::_applyProjection().

00097                                                                                {
00098       return pcast<PROJ>(_applyProjection(evt, name));
00099     }

ProjectionHandler& getProjHandler (  )  const [inline, protected, inherited]

Get a reference to the ProjectionHandler for this thread.

Definition at line 110 of file ProjectionApplier.hh.

References ProjectionApplier::_projhandler.

Referenced by ProjectionApplier::_addProjection(), ProjectionApplier::getProjection(), ProjectionApplier::getProjections(), and ProjectionApplier::~ProjectionApplier().

00110                                               {
00111       assert(_projhandler);
00112       return *_projhandler;
00113     }

const PROJ& addProjection ( const PROJ &  proj,
const std::string &  name 
) [inline, protected, inherited]

Register a contained projection. The type of the argument is used to instantiate a new projection internally: this new object is applied to events rather than the argument object. Hence you are advised to only use locally-scoped Projection objects in your Projection and Analysis constructors, and to avoid polymorphism (e.g. handling ConcreteProjection via a pointer or reference to type Projection) since this will screw up the internal type management.

Definition at line 130 of file ProjectionApplier.hh.

References ProjectionApplier::_addProjection().

Referenced by ZFinder::_init(), WFinder::_init(), VetoedFinalState::addVetoOnThisFinalState(), CDF_2009_S8057893::CDF_2009_S8057893::init(), CentralEtHCM::CentralEtHCM(), ChargedFinalState::ChargedFinalState(), ChargedLeptons::ChargedLeptons(), ClusteredPhotons::ClusteredPhotons(), DISKinematics::DISKinematics(), DISLepton::DISLepton(), FinalState::FinalState(), FinalStateHCM::FinalStateHCM(), FoxWolframMoments::FoxWolframMoments(), HadronicFinalState::HadronicFinalState(), Hemispheres::Hemispheres(), IdentifiedFinalState::IdentifiedFinalState(), ZEUS_2001_S4815815::init(), UA5_1989_S1926373::init(), UA5_1988_S1867512::init(), UA5_1987_S1640666::init(), UA5_1986_S1583476::init(), UA5_1982_S875503::init(), UA1_1990_S2044935::init(), STAR_2009_UE_HELEN::init(), STAR_2008_S7993412::init(), STAR_2008_S7869363::init(), STAR_2006_S6870392::init(), STAR_2006_S6860818::init(), STAR_2006_S6500200::init(), SFM_1984_S1178091::init(), PDG_HADRON_MULTIPLICITIES_RATIOS::init(), PDG_HADRON_MULTIPLICITIES::init(), OPAL_2004_S6132243::init(), OPAL_2001_S4553896::init(), OPAL_1998_S3780481::init(), OPAL_1993_S2692198::init(), MC_ZZJETS::init(), MC_ZJETS::init(), MC_WWJETS::init(), MC_WJETS::init(), MC_TTBAR::init(), MC_SUSY::init(), MC_PHOTONJETUE::init(), MC_PHOTONJETS::init(), MC_LEADINGJETS::init(), MC_JETS::init(), MC_HJETS::init(), MC_GENERIC::init(), MC_DIPHOTON::init(), MC_DIJET::init(), JADE_OPAL_2000_S4300807::init(), H1_2000_S4129130::init(), H1_1995_S3167097::init(), H1_1994_S2919893::init(), ExampleAnalysis::init(), E735_1998_S3905616::init(), DELPHI_2002_069_CONF_603::init(), DELPHI_1995_S3137023::init(), D0_2010_S8671338::init(), D0_2010_S8570965::init(), D0_2010_S8566488::init(), D0_2009_S8349509::init(), D0_2009_S8320160::init(), D0_2009_S8202443::init(), D0_2008_S7863608::init(), D0_2008_S7837160::init(), D0_2008_S7719523::init(), D0_2008_S7662670::init(), D0_2008_S7554427::init(), D0_2008_S6879055::init(), D0_2007_S7075677::init(), D0_2006_S6438750::init(), D0_2004_S5992206::init(), D0_2001_S4674421::init(), D0_2000_S4480767::init(), D0_1998_S3711838::init(), D0_1996_S3324664::init(), D0_1996_S3214044::init(), CDF_2009_S8436959::init(), CDF_2009_S8383952::init(), CDF_2009_S8233977::init(), CDF_2009_NOTE_9936::init(), CDF_2008_S8095620::init(), CDF_2008_S8093652::init(), CDF_2008_S7828950::init(), CDF_2008_S7782535::init(), CDF_2008_S7541902::init(), CDF_2008_S7540469::init(), CDF_2008_NOTE_9351::init(), CDF_2008_LEADINGJETS::init(), CDF_2007_S7057202::init(), CDF_2006_S6653332::init(), CDF_2006_S6450792::init(), CDF_2005_S6217184::init(), CDF_2005_S6080774::init(), CDF_2004_S5839831::init(), CDF_2002_S4796047::init(), CDF_2001_S4751469::init(), CDF_2001_S4563131::init(), CDF_2001_S4517016::init(), CDF_2000_S4266730::init(), CDF_2000_S4155203::init(), CDF_1998_S3618439::init(), CDF_1997_S3541940::init(), CDF_1996_S3418421::init(), CDF_1996_S3349578::init(), CDF_1996_S3108457::init(), CDF_1994_S2952106::init(), CDF_1993_S2742446::init(), CDF_1991_S2313472::init(), CDF_1990_S2089246::init(), CDF_1988_S1865951::init(), BELLE_2006_S6265367::init(), ATLAS_2010_S8591806::init(), ALEPH_2004_S5765862::init(), ALEPH_1996_S3486095::init(), ALEPH_1996_S3196992::init(), ALEPH_1991_S2435284::init(), IsolationProjection::IsolationProjection(), JetAlg::JetAlg(), JetShape::JetShape(), LeadingParticlesFinalState::LeadingParticlesFinalState(), LossyFinalState< Rivet::ConstRandomFilter >::LossyFinalState(), MergedFinalState::MergedFinalState(), Multiplicity::Multiplicity(), NeutralFinalState::NeutralFinalState(), ParisiTensor::ParisiTensor(), Sphericity::Sphericity(), SVertex::SVertex(), Thrust::Thrust(), TotalVisibleMomentum::TotalVisibleMomentum(), TriggerCDFRun0Run1::TriggerCDFRun0Run1(), TriggerCDFRun2::TriggerCDFRun2(), TriggerUA5::TriggerUA5(), and VetoedFinalState::VetoedFinalState().

00130                                                                        {
00131       const Projection& reg = _addProjection(proj, name);
00132       const PROJ& rtn = dynamic_cast<const PROJ&>(reg);
00133       return rtn;
00134     }

const Projection & _addProjection ( const Projection proj,
const std::string &  name 
) [protected, inherited]

Untemplated function to do the work...

Definition at line 33 of file ProjectionApplier.cc.

References ProjectionApplier::_allowProjReg, Log::ERROR, ProjectionApplier::getLog(), ProjectionApplier::getProjHandler(), ProjectionApplier::name(), Projection::name(), and ProjectionHandler::registerProjection().

Referenced by ProjectionApplier::addProjection().

00034                                                                              {
00035     if (!_allowProjReg) {
00036       getLog() << Log::ERROR << "Trying to register projection '"
00037                << proj.name() << "' before init phase in '" << this->name() << "'." << endl;
00038       exit(2);
00039     }
00040     const Projection& reg = getProjHandler().registerProjection(*this, proj, name);
00041     return reg;
00042   }


Friends And Related Function Documentation

friend class Projectionhandler [friend, inherited]

Definition at line 38 of file ProjectionApplier.hh.


Member Data Documentation

AIDA::IProfile1D* _pt90MaxAvg1800 [private]

Profile histograms, binned in the $ E_T $ of the leading jet, for the average $ p_T $ in the toward, transverse and away regions at $ \sqrt{s} = 1800 \text{GeV} $. Corresponds to Table 1, and HepData table 1.

Definition at line 340 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D * _pt90MinAvg1800 [private]

Definition at line 340 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D* _pt90Max1800 [private]

Profile histograms, binned in the $ E_T $ of the leading jet, for the $ p_T $ sum in the toward, transverse and away regions at $ \sqrt{s} = 1800 \text{GeV} $. Corresponds to figure 2/3, and HepData table 2.

Definition at line 346 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D * _pt90Min1800 [private]

Definition at line 346 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D * _pt90Diff1800 [private]

Definition at line 346 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D* _pt90Max630 [private]

Profile histograms, binned in the $ E_T $ of the leading jet, for the $ p_T $ sum in the toward, transverse and away regions at at $ \sqrt{s} = 630 \text{GeV} $. Corresponds to figure 8, and HepData table 8.

Definition at line 352 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D * _pt90Min630 [private]

Definition at line 352 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D * _pt90Diff630 [private]

Definition at line 352 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D* _num90Max1800 [private]

Profile histograms, binned in the $ E_T $ of the leading jet, for the cone track multiplicity at $ \sqrt{s} = 1800 \text{GeV} $. Corresponds to figure 5, and HepData table 4.

Definition at line 357 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D * _num90Min1800 [private]

Definition at line 357 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D* _pTSum1800_2Jet [private]

Profile histograms, binned in the $ E_T $ of the leading jet, for the $ p_T $ sum at $ \sqrt{s} = 1800 \text{GeV} $. Corresponds to figure 7, and HepData table 7.

Definition at line 362 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D * _pTSum1800_3Jet [private]

Definition at line 362 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D* _pTSum630_2Jet [private]

Profile histograms, binned in the $ E_T $ of the leading jet, for the $ p_T $ sum at $ \sqrt{s} = 630 \text{GeV} $. Corresponds to figure 9, and HepData table 9.

Definition at line 367 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IProfile1D * _pTSum630_3Jet [private]

Definition at line 367 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), and CDF_2004_S5839831::init().

AIDA::IHistogram1D* _pt90Dbn1800Et40 [private]

Histogram of $ p_{T\text{sum}} $ distribution for 5 different $ E_{T1} $ bins. Corresponds to figure 4, and HepData table 3.

Definition at line 372 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), CDF_2004_S5839831::finalize(), and CDF_2004_S5839831::init().

AIDA::IHistogram1D * _pt90Dbn1800Et80 [private]

AIDA::IHistogram1D * _pt90Dbn1800Et120 [private]

AIDA::IHistogram1D * _pt90Dbn1800Et160 [private]

AIDA::IHistogram1D * _pt90Dbn1800Et200 [private]

AIDA::IHistogram1D* _numTracksDbn1800MB [private]

Histograms of track multiplicity and $ p_T $ distributions for minimum bias events. Figure 6, and HepData tables 5 & 6. Figure 10, and HepData tables 10 & 11.

Definition at line 379 of file CDF_2004_S5839831.cc.

Referenced by CDF_2004_S5839831::analyze(), CDF_2004_S5839831::finalize(), and CDF_2004_S5839831::init().

AIDA::IHistogram1D * _ptDbn1800MB [private]

AIDA::IHistogram1D* _numTracksDbn630MB [private]

AIDA::IHistogram1D * _ptDbn630MB [private]

string _defaultname [protected, inherited]

Name passed to constructor (used to find .info analysis data file, and as a fallback).

Definition at line 422 of file Analysis.hh.

Referenced by Analysis::name().

shared_ptr<AnalysisInfo> _info [protected, inherited]

bool _allowProjReg [protected, inherited]

Flag to forbid projection registration in analyses until the init phase.

Definition at line 157 of file ProjectionApplier.hh.

Referenced by ProjectionApplier::_addProjection().


The documentation for this class was generated from the following file: