Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:19:05

0001 #include "CaloEvalStack.h"
0002 
0003 CaloEvalStack::CaloEvalStack(PHCompositeNode* topNode, const std::string& caloname)
0004   : _clustereval(topNode, caloname)
0005 {
0006 }
0007 
0008 void CaloEvalStack::next_event(PHCompositeNode* topNode)
0009 {
0010   _clustereval.next_event(topNode);
0011 }