Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:21:02

0001 #include <emcnoisytowerfinder/emcNoisyTowerFinder.h>
0002 R__LOAD_LIBRARY(libemcNoisyTowerFinder.so)
0003 
0004 void doFindTowersEMCal(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->FindHot(infile,outfile,"h_CaloValid_cemc_etaphi"); 
0008 
0009 
0010 
0011 }
0012