Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #include <emcnoisytowerfinder/emcNoisyTowerFinder.h>
0002 R__LOAD_LIBRARY(libemcNoisyTowerFinder.so)
0003 
0004 void doFindTowersHcal(std::string infile="/sphenix/u/bseidlitz/work/forBayal/out_40858.root",std::string outfile = "output.root"){
0005 
0006   emcNoisyTowerFinder *calo = new emcNoisyTowerFinder("noisyTowerFinder","");
0007   calo->set_hcal();
0008   calo->FindHot(infile,outfile,"h_CaloValid_ohcal_etaphi_wQA"); 
0009 
0010 
0011 }
0012