1 #ifndef TRACKBASEHISTORIC_PHG4PARTICLESVTXMAP_H
2 #define TRACKBASEHISTORIC_PHG4PARTICLESVTXMAP_H
15 typedef std::map<int, WeightedRecoTrackMap>
Map;
16 typedef std::map<int, WeightedRecoTrackMap>::const_iterator
ConstIter;
17 typedef std::map<int, WeightedRecoTrackMap>::iterator
Iter;
21 void identify(std::ostream&
os = std::cout)
const override
23 os <<
"PHG4ParticleSvtxMap base class " << std::endl;
26 int isValid()
const override {
return 0; }
30 virtual bool empty()
const {
return true; }
31 virtual std::size_t
size()
const {
return 0; }
32 virtual std::size_t
count(
const int)
const {
return 0; }
41 virtual std::size_t
erase(
const int) {
return 0; }