Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:20:04

0001 #include "JetAlgo.h"
0002 
0003 using PropMap = std::map<Jet::PROPERTY, unsigned int>;
0004 
0005 PropMap DummyPropMap;
0006 
0007 PropMap& JetAlgo::property_indices() { return DummyPropMap; }