#include "CalibrationDataInterface/CDIReader.h"
#include <string>
#include <iomanip>
#include <iostream>
Go to the source code of this file.
◆ main()
Definition at line 18 of file CDIReaderTester.cxx.
19 std::cout <<
" Launching the CDIReaderTester . . ." << std::endl;
20 CDIReader Reader(
"/cvmfs/atlas.cern.ch/repo/sw/database/GroupData/xAODBTaggingEfficiency/13TeV/2020-21-13TeV-MC16-CDI-2021-04-16_v1.root");
23 std::cout <<
" " << std::endl;
24 Reader.printJetCollections();
25 std::cout <<
" " << std::endl;
26 Reader.printWorkingPoints();
27 std::cout <<
" " << std::endl;
29 std::cout <<
" " << std::endl;
32 Reader.checkConfig(
"DL1",
"AntiKt4EMPFlowJets_BTagging201810",
"FixedCutBEff_60");
34 std::cout <<
" ------------------------------------------------------ " << std::endl;
36 std::cout <<
" -----------------Finish CDIReader Test---------------- " << std::endl;