EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CaloEvalStack.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CaloEvalStack.cc
1 #include "CaloEvalStack.h"
2 
3 CaloEvalStack::CaloEvalStack(PHCompositeNode* topNode, const std::string& caloname)
4  : _clustereval(topNode, caloname)
5 {
6 }
7 
9 {
10  _clustereval.next_event(topNode);
11 }