#include <RecoJets/JetAnalyzers/interface/MyCluster.h>
Public Attributes | |
std::vector< CalCell > | clusterCellList |
double | em |
double | hd |
std::vector< MatchParam > | MatchedClusters |
CLHEP::HepLorentzVector | Momentum |
int | ncells |
std::vector< CalCluster > | SubClusterList |
int | type |
Definition at line 19 of file MyCluster.h.
std::vector<CalCell> CalCluster::clusterCellList |
double CalCluster::em |
double CalCluster::hd |
std::vector<MatchParam> CalCluster::MatchedClusters |
Definition at line 26 of file MyCluster.h.
CLHEP::HepLorentzVector CalCluster::Momentum |
Definition at line 20 of file MyCluster.h.
Referenced by JetAnalyzer::MakeIRConeJets(), ClusterEtGreater::operator()(), ClusterGreater::operator()(), ClusterPtGreater::operator()(), radius(), and JetAnalyzer::SimpleConeCluster().
Definition at line 24 of file MyCluster.h.
Referenced by JetAnalyzer::MakeIRConeJets(), and JetAnalyzer::SimpleConeCluster().
std::vector<CalCluster> CalCluster::SubClusterList |
Definition at line 27 of file MyCluster.h.