Hello,
I am confused with one of the steps which I used to do to run my analysis in root. I am running Analysis.C code as following in run.C
void run(){
gROOT->ProcessLine(".L Analysis.C++"); gROOT->ProcessLine("Analysis t"); gROOT->ProcessLine("t.Loop()");
Moreover, I am calling one GoodRunList.so in rootlogon.C as gSystem->Load("GoodRunsLists-00-00-76/StandAlone/GoodRunsListsLib.so"); gROOT->ProcessLine(".include GoodRunsLists-00-00-76");
and used to do as root -l -b -q run.C. Upto that is fine.
But , Now I need to call load one more package. This is something objectselection for which I compiled standalone for root. I need to do
.x /xdata/bawa/PAT/16.6.4.3/RootCore/scripts/load_packages.C+ (in root session) But
When I do in my run.C or in rootlogon.C , Its getting conflict with my GoodRunList as
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXxWarning in <ACLiC>: Failed to generate the dependency file for
In file included from /tmp/rootcint_SDN40C.h:4, from /tmp/GBwzA3_cint.cxx:1:
!!!Removing /nfs/t3head/xdata/bawa/PAT/ 16.6.4.3/DataAnalysis_ExcitedBoson_QCD/./Analysis_C_ACLiC_dict.cxx/nfs/t3head/xdata/bawa/PAT/ 16.6.4.3/DataAnalysis_ExcitedBoson_QCD/./Analysis_C_ACLiC_dict.h !!!Error: /cvmfs/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXxx
Can anybody suggest whats wrong I am doing.
H.Bawa Received on Mon Aug 01 2011 - 12:35:10 CEST
This archive was generated by hypermail 2.2.0 : Mon Aug 01 2011 - 17:50:01 CEST