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 
14 #include <vector>
15 #include <list>
16 
17 
18 namespace sistrip {
19 
20  class RawToClustersLazyUnpacker : public edm::LazyUnpacker<SiStripCluster> {
21 
22  public:
23 
25 
27 
29 
30  virtual void fill(const uint32_t&, record_type&);
31 
32  inline void doAPVEmulatorCheck( bool do_APVEmulator_check) {
33  doAPVEmulatorCheck_ = do_APVEmulator_check;
34  };
35 
36  private:
37 
40 
43 
46 
49 
52 
54  std::vector< sistrip::FEDBuffer* > buffers_;
55 
58 
60  bool dump_;
61 
62  //check that APVemulator address is the same as FEMajaddress.
64 
65  };
66 
67 }
68 
69 #endif
SiStripRawProcessingAlgorithms *const rawAlgos_
raw processing algorithms
virtual void fill(const uint32_t &, record_type &)
std::vector< SiStripCluster > record_type
Definition: LazyGetter.h:217
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