Skip to content

Commit 1e5e77a

Browse files
shahor02sawenzel
authored andcommitted
Fix: add missing header for TChain/TTree
1 parent 5709131 commit 1e5e77a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Detectors/TPC/reconstruction/macro/convertClusterToClusterHardware.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include "TROOT.h"
1818
#include "TFile.h"
1919
#include "TString.h"
20+
#include "TChain.h"
21+
#include "TTree.h"
2022

2123
#include "SimulationDataFormat/MCTruthContainer.h"
2224
#include "SimulationDataFormat/MCCompLabel.h"

0 commit comments

Comments
 (0)