#include <EVENT/LCObject.h>
#include <EVENT/ReconstructedParticle.h>
#include "TrackHitPair.h"
#include <algorithm>
#include <map>
#include <set>
#include <string>
#include "HelixClass.h"
#include "lcio.h"
#include <marlinutil/GeometryUtil.h>
#include <vector>
Go to the source code of this file.
|
#define | FORMATTED_OUTPUT_TRACK_CLUSTER_full(out, N1, E1, E2, E3, N2, E4, N3, E5, E6, E7) |
|
#define | FORMATTED_OUTPUT_TRACK_CLUSTER(out, N1, E1, E2, E3, N2, N3) |
|
#define | FORMATTED_OUTPUT_TRACK(out, N1, E1, E2, E3, N2, N3) |
|
#define | FORMATTED_OUTPUT_CLUSTER(out, N1, E1, E2, E3, N2, N3) |
|
#define | FORMATTED_OUTPUT_MC(out, N1, E1) out << std::right << std::setw(widthInt) << N1 << std::right << std::setw(widthFloat) << E1 << std::endl |
|
|
static bool | PfoUtil::PfoSortFunction (EVENT::ReconstructedParticle *lhs, EVENT::ReconstructedParticle *rhs) |
|
float | PfoUtil::TimeAtEcal (const Track *pTrack, float &tof) |
|
void | PfoUtil::GetClusterTimes (const Cluster *cluster, float &meanTime, int &nCaloHitsUsed, float &meanTimeEcal, int &nEcal, float &meanTimeHcalEndcap, int &nHcalEnd, bool correctHitTimesForTimeOfFlight) |
|
#define FORMATTED_OUTPUT_CLUSTER |
( |
|
out, |
|
|
|
N1, |
|
|
|
E1, |
|
|
|
E2, |
|
|
|
E3, |
|
|
|
N2, |
|
|
|
N3 |
|
) |
| |
#define FORMATTED_OUTPUT_MC |
( |
|
out, |
|
|
|
N1, |
|
|
|
E1 |
|
) |
| out << std::right << std::setw(widthInt) << N1 << std::right << std::setw(widthFloat) << E1 << std::endl |
#define FORMATTED_OUTPUT_TRACK |
( |
|
out, |
|
|
|
N1, |
|
|
|
E1, |
|
|
|
E2, |
|
|
|
E3, |
|
|
|
N2, |
|
|
|
N3 |
|
) |
| |
#define FORMATTED_OUTPUT_TRACK_CLUSTER |
( |
|
out, |
|
|
|
N1, |
|
|
|
E1, |
|
|
|
E2, |
|
|
|
E3, |
|
|
|
N2, |
|
|
|
N3 |
|
) |
| |
#define FORMATTED_OUTPUT_TRACK_CLUSTER_full |
( |
|
out, |
|
|
|
N1, |
|
|
|
E1, |
|
|
|
E2, |
|
|
|
E3, |
|
|
|
N2, |
|
|
|
E4, |
|
|
|
N3, |
|
|
|
E5, |
|
|
|
E6, |
|
|
|
E7 |
|
) |
| |
Value:out << std::right << std::setw(
widthInt) << N1 << std::right << std::setw(
widthFloat) << E1 << std::right \
<< N2 << std::right << std::setw(
widthFloat) << E4 << std::right << std::setw(
widthInt) << N3 << std::right \
<< E7 << std::endl
Definition at line 21 of file PfoUtilities.h.