1 #ifndef JetMETCorrections_FFTJetObjects_FFTJetDict_h
2 #define JetMETCorrections_FFTJetObjects_FFTJetDict_h
15 template <
class Key,
class T,
16 class Compare = std::less<Key>,
17 class Allocator = std::allocator<std::pair<const Key,T> > >
18 struct FFTJetDict :
public std::map<Key,T,Compare,Allocator>
24 template<
class Key,
class T,
class Compare,
class Allocator>
32 <<
"FFTJetDict: key \"" << key <<
"\" not found\n";
33 return const_cast<T&
>(it->second);
36 template<
class Key,
class T,
class Compare,
class Allocator>
44 <<
"FFTJetDict: key \"" << key <<
"\" not found\n";
47 #endif // JetMETCorrections_FFTJetObjects_FFTJetDict_h
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
T & operator[](const Key &)
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.