Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RawHitSet.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file RawHitSet.cc
1 
7 #include "RawHitSet.h"
8 
9 namespace
10 {
11  RawHitSet::Vector dummy_vector;
12 }
13 
15 { return; }
16 
17 //void RawHitSet::addTpcHit(unsigned short, RawHit*)
18 //{ return; }
19 
20 void RawHitSet::setTpcPhiBins(unsigned short)
21 {// std::cout << "Deprecated settpcphibins " << phibins << std::endl;
22  return; }
23 
25 { return std::make_pair( dummy_vector.cbegin(), dummy_vector.cend() ); }
26 
27 
28 //RawHitSet::ConstRange RawHitSet::getTpcHits(unsigned short phibins) const
29 //{ std::cout << "Deprecated settpcphibins " << phibins << std::endl; return std::make_pair( dummy_vector.cbegin(), dummy_vector.cend() ); }