Skip to content
Snippets Groups Projects

Turning back tree name to "events"

Merged Whitney Armstrong requested to merge tree_name into master
3 files
+ 29
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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