#include <DigiCollectionFP420.h>
Public Types | |
typedef std::vector < HDigiFP420 >::const_iterator | ContainerIterator |
typedef std::map< unsigned int, std::vector< HDigiFP420 > > | HDigiFP420Container |
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 | add (unsigned int &det_id, std::vector< HDigiFP420 > &digis) |
void | clear () |
const std::vector< unsigned int > | detIDs () const |
void | detIDs (std::vector< unsigned int > &det_ids) const |
DigiCollectionFP420 () | |
void | digis (unsigned int &det_id, std::vector< HDigiFP420 > &digis) const |
const Range | get (unsigned int detID) const |
const Range | get1 (unsigned int detID) const |
void | put (Range input, unsigned int detID) |
void | putclear (Range input, unsigned int detID) |
Private Attributes | |
std::vector< HDigiFP420 > | container_ |
HDigiFP420Container | digiMap_ |
Registry | map_ |
Definition at line 14 of file DigiCollectionFP420.h.
typedef std::vector<HDigiFP420>::const_iterator DigiCollectionFP420::ContainerIterator |
Definition at line 18 of file DigiCollectionFP420.h.
typedef std::map< unsigned int, std::vector<HDigiFP420> > DigiCollectionFP420::HDigiFP420Container |
Definition at line 23 of file DigiCollectionFP420.h.
typedef std::pair<unsigned int, unsigned int> DigiCollectionFP420::IndexRange |
Definition at line 20 of file DigiCollectionFP420.h.
typedef std::pair<ContainerIterator, ContainerIterator> DigiCollectionFP420::Range |
Definition at line 19 of file DigiCollectionFP420.h.
typedef std::map<unsigned int, IndexRange> DigiCollectionFP420::Registry |
Definition at line 21 of file DigiCollectionFP420.h.
typedef std::map<unsigned int, IndexRange>::const_iterator DigiCollectionFP420::RegistryIterator |
Definition at line 22 of file DigiCollectionFP420.h.
|
inline |
Definition at line 25 of file DigiCollectionFP420.h.
void DigiCollectionFP420::add | ( | unsigned int & | det_id, |
std::vector< HDigiFP420 > & | digis | ||
) |
Definition at line 198 of file DigiCollectionFP420.cc.
References filterCSVwithJSON::copy, gather_cfg::cout, digiMap_, digis(), relativeConstraints::empty, and findQualityFiles::size.
void DigiCollectionFP420::clear | ( | void | ) |
Definition at line 74 of file DigiCollectionFP420.cc.
References container_.
Referenced by python.Vispa.Views.WidgetView.WidgetView::closeEvent(), python.Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), python.Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), python.Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), python.Vispa.Views.WidgetView.WidgetView::setDataObjects(), python.Vispa.Views.TreeView.TreeView::updateContent(), python.Vispa.Views.TableView.TableView::updateContent(), python.Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and python.Vispa.Views.PropertyView.PropertyView::updateContent().
const std::vector< unsigned int > DigiCollectionFP420::detIDs | ( | ) | const |
Definition at line 177 of file DigiCollectionFP420.cc.
References begin, gather_cfg::cout, end, map_, and convertSQLitetoXML_cfg::output.
void DigiCollectionFP420::detIDs | ( | std::vector< unsigned int > & | det_ids | ) | const |
void DigiCollectionFP420::digis | ( | unsigned int & | det_id, |
std::vector< HDigiFP420 > & | digis | ||
) | const |
Definition at line 214 of file DigiCollectionFP420.cc.
References gather_cfg::cout, and digiMap_.
Referenced by add().
const DigiCollectionFP420::Range DigiCollectionFP420::get | ( | unsigned int | detID | ) | const |
Definition at line 114 of file DigiCollectionFP420.cc.
References container_, gather_cfg::cout, and map_.
Referenced by Options.Options::__getitem__().
const DigiCollectionFP420::Range DigiCollectionFP420::get1 | ( | unsigned int | detID | ) | const |
Definition at line 143 of file DigiCollectionFP420.cc.
References container_, gather_cfg::cout, and map_.
void DigiCollectionFP420::put | ( | Range | input, |
unsigned int | detID | ||
) |
Definition at line 15 of file DigiCollectionFP420.cc.
References begin, container_, gather_cfg::cout, end, first, estimatePileup::inputRange, map_, and python.multivaluedict::sort().
void DigiCollectionFP420::putclear | ( | DigiCollectionFP420::Range | input, |
unsigned int | detID | ||
) |
Definition at line 77 of file DigiCollectionFP420.cc.
References begin, container_, gather_cfg::cout, end, estimatePileup::inputRange, map_, and python.multivaluedict::sort().
|
mutableprivate |
Definition at line 40 of file DigiCollectionFP420.h.
Referenced by clear(), get(), get1(), put(), and putclear().
|
mutableprivate |
Definition at line 43 of file DigiCollectionFP420.h.
|
mutableprivate |
Definition at line 41 of file DigiCollectionFP420.h.
Referenced by detIDs(), get(), get1(), put(), and putclear().