1 #ifndef FastJetStability_JetStabilityDefs_h
2 #define FastJetStability_JetStabilityDefs_h
6 #include "fastjet/PseudoJet.hh"
7 #include "fastjet/ClusterSequence.hh"
11 typedef fastjet::PseudoJet PseudoJet;
12 typedef std::vector<PseudoJet> Event;
13 typedef std::vector<PseudoJet> ParticleCollection;
15 typedef fastjet::ClusterSequence::history_element HistoryElement;
16 typedef std::vector<HistoryElement> History;
19 inline double operator()(
const PseudoJet &j1,
const PseudoJet &j2)
const {
return j1.delta_R(j2); }
25 typedef std::vector<StabilityUserInfo> StabilityEventInfo;