Skip to content

Commit

Permalink
fix small things in Ana Paula's PR 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjunk committed Jun 20, 2024
1 parent cbe7960 commit 8713994
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dunecalib/ConInt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ art_make_library( LIBRARY_NAME dunecalib::condb
cetlib_except::cetlib_except
messagefacility::MF_MessageLogger
fhiclcpp::fhiclcpp
ROOT_BASIC_LIB_LIST
ROOT::Tree

)

Expand Down
2 changes: 1 addition & 1 deletion dunecalib/ConInt/getRunConditionsPDUNE.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int main(int argc, char **argv)
for (int run = gRun; run <= run1; run = run + 1) {
std::cout << "Run Conditions for run number: " << std::endl;
condb::RunCond_t rc = runCond->GetRunConditions(run);
std::cout << "\tStart time = " << rc.start_time << std::endl;
std::cout << "\tStart time = " << rc.start_time << std::endl
<< "\n\tdata type = " << rc.data_type
<< "\n\trun Number/sofw = " << rc.run_number
<< "\n\tupload time = " << rc.upload_t
Expand Down
5 changes: 3 additions & 2 deletions dunecalib/ConIntServices/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ cet_build_plugin(RunConditionsServicePDUNE art::service
messagefacility::MF_MessageLogger
cetlib::cetlib
cetlib_except::cetlib_except
ROOT_BASIC_LIB_LIST
)
ROOT::Tree
larcore::ServiceUtil
)



Expand Down

0 comments on commit 8713994

Please sign in to comment.