-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcnrStudy.h
More file actions
41 lines (29 loc) · 791 Bytes
/
Copy pathcnrStudy.h
File metadata and controls
41 lines (29 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#include <functional>
#include <iostream>
#include <chrono>
#include <ctime>
#include <fstream>
#include <getopt.h>
#include "canvas/Persistency/Common/Assns.h"
#include "canvas/Utilities/InputTag.h"
#include "gallery/Event.h"
#include "lardataobj/RecoBase/Wire.h"
#include "lardataobj/RawData/RawDigit.h"
#include "TFile.h"
#include "TInterpreter.h"
#include "TROOT.h"
#include "TMath.h"
#include "TH1.h"
int iev = -1;
// larsooft root file name
std::string fFileName;
// config faile name
std::string fConfigFileName;
std::fstream fConfig;
// label for art/larsoft objects
std::string fRawDigit;
std::string fRecobWire;
//art::InputTag pandoratrack_tag{str_pandoratrack};
//art::InputTag artTrackHit_tag{str_artTrackHit};
art::InputTag tagRawDigit;
art::InputTag tagRecobWire;