Skip to content
Snippets Groups Projects

Calorimeter Clustering Algorithm

Merged Chao Peng requested to merge (removed):clustering into 3-clustering-algorithm-for-calorimeter
5 files
+ 174
7
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -85,7 +85,7 @@ void PodioDataSvc::setCollectionIDs(podio::CollectionIDTable* collectionIds) {
PodioDataSvc::PodioDataSvc(const std::string& name, ISvcLocator* svc)
: DataSvc(name, svc), m_collectionIDs(new podio::CollectionIDTable()) {
m_eventDataTree = new TTree("EVENT", "Events tree");
m_eventDataTree = new TTree("events", "Events tree");
}
/// Standard Destructor
Loading