CMS 3D CMS Logo

BMTFUnpackerInputs.h
Go to the documentation of this file.
3 
4 #include "BMTFCollections.h"
5 
6 namespace l1t {
7  namespace stage2 {
8  struct qualityHits {
9  int linkNo;
10  int hits[3][7];
11  };
13  public:
14  bool unpack(const Block& block, UnpackerCollections* coll) override;
15 
16  private:
18  //std::map<int, qualityHits> linkAndQual_;
19  };
20 
22  public:
23  bool unpack(const Block& block, UnpackerCollections* coll) override;
24 
25  private:
27  //std::map<int, qualityHits> linkAndQual_;
28  };
29 
30  } // namespace stage2
31 } // namespace l1t
bool unpack(const Block &block, UnpackerCollections *coll) override
delete x;
Definition: CaloConfig.h:22
bool unpack(const Block &block, UnpackerCollections *coll) override