#include <ClusterCollectionFP420.h>
Public Types | |
typedef std::map< unsigned int, std::vector< ClusterFP420 > > | ClusterFP420Container |
typedef std::vector< ClusterFP420 >::const_iterator | ContainerIterator |
typedef std::pair< unsigned int, unsigned int > | IndexRange |
typedef std::pair< ContainerIterator, ContainerIterator > | Range |
typedef std::map< unsigned int, IndexRange > | Registry |
typedef std::map< unsigned int, IndexRange >::const_iterator | RegistryIterator |
Public Member Functions | |
void | clear () |
ClusterCollectionFP420 () | |
const std::vector< unsigned int > | detIDs () const |
const Range | get (unsigned int detID) const |
void | put (Range input, unsigned int detID) |
void | putclear (Range input, unsigned int detID) |
Private Attributes | |
ClusterFP420Container | clusterMap_ |
std::vector< ClusterFP420 > | container_ |
Registry | map_ |
Definition at line 9 of file ClusterCollectionFP420.h.
typedef std::map<unsigned int, std::vector<ClusterFP420> > ClusterCollectionFP420::ClusterFP420Container |
Definition at line 16 of file ClusterCollectionFP420.h.
typedef std::vector<ClusterFP420>::const_iterator ClusterCollectionFP420::ContainerIterator |
Definition at line 11 of file ClusterCollectionFP420.h.
typedef std::pair<unsigned int, unsigned int> ClusterCollectionFP420::IndexRange |
Definition at line 13 of file ClusterCollectionFP420.h.
typedef std::pair<ContainerIterator, ContainerIterator> ClusterCollectionFP420::Range |
Definition at line 12 of file ClusterCollectionFP420.h.
typedef std::map<unsigned int, IndexRange> ClusterCollectionFP420::Registry |
Definition at line 14 of file ClusterCollectionFP420.h.
typedef std::map<unsigned int, IndexRange>::const_iterator ClusterCollectionFP420::RegistryIterator |
Definition at line 15 of file ClusterCollectionFP420.h.
|
inline |
Definition at line 18 of file ClusterCollectionFP420.h.
void ClusterCollectionFP420::clear | ( | void | ) |
Definition at line 97 of file ClusterCollectionFP420.cc.
Referenced by cms::ClusterizerFP420::produce(), and BeautifulSoup.Tag::setString().
const std::vector< unsigned int > ClusterCollectionFP420::detIDs | ( | ) | const |
Definition at line 128 of file ClusterCollectionFP420.cc.
References gather_cfg::cout, mps_fire::end, and convertSQLitetoXML_cfg::output.
const ClusterCollectionFP420::Range ClusterCollectionFP420::get | ( | unsigned int | detID | ) | const |
Definition at line 69 of file ClusterCollectionFP420.cc.
References gather_cfg::cout.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), submitPVValidationJobs.BetterConfigParser::__updateDict(), util.rrapi.RRApi::columns(), rrapi.RRApi::columns(), rrapi.RRApi::count(), util.rrapi.RRApi::count(), rrapi.RRApi::data(), util.rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), submitPVValidationJobs.BetterConfigParser::getResultingSection(), cms::ClusterizerFP420::produce(), util.rrapi.RRApi::report(), rrapi.RRApi::report(), rrapi.RRApi::reports(), util.rrapi.RRApi::reports(), FP420ClusterMain::run(), rrapi.RRApi::tables(), util.rrapi.RRApi::tables(), rrapi.RRApi::tags(), util.rrapi.RRApi::tags(), util.rrapi.RRApi::templates(), rrapi.RRApi::templates(), util.rrapi.RRApi::workspaces(), and rrapi.RRApi::workspaces().
void ClusterCollectionFP420::put | ( | ClusterCollectionFP420::Range | input, |
unsigned int | detID | ||
) |
Definition at line 13 of file ClusterCollectionFP420.cc.
References gather_cfg::cout, mps_fire::end, first, input, pileupCalc::inputRange, and jetUpdater_cfi::sort.
Referenced by FP420ClusterMain::run().
void ClusterCollectionFP420::putclear | ( | ClusterCollectionFP420::Range | input, |
unsigned int | detID | ||
) |
Definition at line 98 of file ClusterCollectionFP420.cc.
References gather_cfg::cout, mps_fire::end, input, pileupCalc::inputRange, and jetUpdater_cfi::sort.
Referenced by cms::ClusterizerFP420::produce().
|
private |
Definition at line 38 of file ClusterCollectionFP420.h.
|
private |
Definition at line 35 of file ClusterCollectionFP420.h.
|
private |
Definition at line 36 of file ClusterCollectionFP420.h.