Skip to content
Snippets Groups Projects

Prototype readout geometry for Veto

Merged Dave Casper requested to merge dcasper/calypso:FaserDetectorIdRewrite into master
68 files
+ 8350
2451
Compare changes
  • Side-by-side
  • Inline
Files
68
@@ -40,7 +40,7 @@ DetDescrCnvSvc::DetDescrCnvSvc(const std::string& name, ISvcLocator* svc)
{
declareProperty("DetectorManagers", m_detMgrs);
declareProperty("DetectorNodes", m_detNodes );
declareProperty("DecodeIdDict", m_decodeIdDict );
declareProperty("DecodeIdDict", m_decodeIdDict );
declareProperty("IdDictName", m_idDictName );
declareProperty("IdDictFromRDB", m_idDictFromRDB );
declareProperty("IdDictGlobalTag", m_idDictGlobalTag );
@@ -114,11 +114,10 @@ DetDescrCnvSvc::initialize() {
if (status != StatusCode::SUCCESS) return status;
// IdHelpers
// status = addToDetStore(125694213, "FaserID");
status = addToDetStore(168050226, "FaserID");
status = addToDetStore(125694213, "FaserID");
if (status != StatusCode::SUCCESS) return status;
status = addToDetStore(131395045, "VetoID");
if (status != StatusCode::SUCCESS) return status;
// status = addToDetStore(2516, "ScintID");
// if (status != StatusCode::SUCCESS) return status;
// status = addToDetStore(2517, "SCT_ID");
// if (status != StatusCode::SUCCESS) return status;
Loading