#include <CaloDigiCollectionSorter.h>
Classes | |
class | CaloDigiSortByMaxBin |
embedded class to be used as a sort predicate More... | |
Public Member Functions | |
CaloDigiCollectionSorter (int bin) | |
template<class T > | |
std::vector< T > | sortedVector (const edm::SortedCollection< T > &input) const |
Private Attributes | |
int | theMaxBin |
For test purposes, users might want to sort a collection of digis to find the highest energies. This class does that, and should work for all ECAL and HCAL digi types
Rick Wilkinson
Definition at line 16 of file CaloDigiCollectionSorter.h.
|
inline |
Definition at line 18 of file CaloDigiCollectionSorter.h.
|
inline |
takes a digi collection and returns a vector of digis, sorted by the peak bin
Definition at line 39 of file CaloDigiCollectionSorter.h.
References mps_fire::i, mps_fire::result, edm::SortedCollection< T, SORT >::size(), and CaloDigiCollectionSorter::CaloDigiSortByMaxBin< T >::theMaxBin.
|
private |
Definition at line 51 of file CaloDigiCollectionSorter.h.