CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripRawToClustersLazyUnpacker.h
Go to the documentation of this file.
1 #ifndef EventFilter_SiStripRawToDigi_SiStripRawToClustersLazyUnpacker_H
2 #define EventFilter_SiStripRawToDigi_SiStripRawToClustersLazyUnpacker_H
3 
13 #include <vector>
14 #include <list>
15 
16 
17 namespace sistrip {
18 
19  class RawToClustersLazyUnpacker : public edm::LazyUnpacker<SiStripCluster> {
20 
21  public:
22 
24 
26 
28 
29  virtual void fill(const uint32_t&, record_type&);
30 
31  inline void doAPVEmulatorCheck( bool do_APVEmulator_check) {
32  doAPVEmulatorCheck_ = do_APVEmulator_check;
33  };
34 
35  private:
36 
39 
42 
45 
48 
51 
53  std::vector< sistrip::FEDBuffer* > buffers_;
54 
56  bool dump_;
57 
58  //check that APVemulator address is the same as FEMajaddress.
60 
61  };
62 
63 }
64 
65 #endif
SiStripRawProcessingAlgorithms *const rawAlgos_
raw processing algorithms
virtual void fill(const uint32_t &, record_type &)
std::vector< SiStripCluster > record_type
Definition: LazyGetter.h:219
StripClusterizerAlgorithm *const clusterizer_
clusterizer algorithm
std::vector< sistrip::FEDBuffer * > buffers_
FED event cache.
const FEDRawDataCollection * raw_
raw data
const SiStripRegionCabling::Cabling * regions_
cabling
void doAPVEmulatorCheck(bool do_APVEmulator_check)
RawToClustersLazyUnpacker()
private default constructor
std::vector< RegionCabling > Cabling