Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:17:45

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; }