Skip to content
Snippets Groups Projects

Allen RICH decoding

Merged Daniel Hugo Campora Perez requested to merge cnca_rich_decoding into master
Compare and
33 files
+ 1493
82
Compare changes
  • Side-by-side
  • Inline
Files
33
@@ -87,5 +87,19 @@ namespace Allen {
inline static std::string const id = "EcalGeometry";
};
/** @class RichPDMDBMapping
* Identifier for the RICH PDMDB decode mapping for Allen
*/
struct RichPDMDBMapping : Identifier {
inline static std::string const id = "RichPDMDBMapping";
};
/** @class RichCableMapping
* Identifier for the RICH cable mapping for Allen
*/
struct RichCableMapping : Identifier {
inline static std::string const id = "RichCableMapping";
};
} // namespace NonEventData
} // namespace Allen
Loading