Skip to content

Commit

Permalink
Initial import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kaspar committed Jun 29, 2016
0 parents commit 6a9f3a4
Show file tree
Hide file tree
Showing 36 changed files with 1,506 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 274199/input_files.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <string>
#include <vector>

//----------------------------------------------------------------------------------------------------

std::vector<std::string> input_files;

std::string input_ntuple_name;

void InitInputFiles()
{
input_ntuple_name = "TotemNtuple";

input_files.clear();

std::string prefix = "/afs/cern.ch/work/j/jkaspar/software/ctpps/production/develop/CMSSW_8_1_0_pre5/user/reconstruction/work_dir/multiple_runs_3/";
prefix += "274199/";

for (int idx = 0; idx <= 12; ++idx)
{
char buf[100];
sprintf(buf, "%i", idx);

input_files.push_back(prefix + buf + "/reco.root");
}
}
7 changes: 7 additions & 0 deletions 274199/parameters.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void ApplySettings()
{
n_si = 3.;

cut1_a = -1.003; cut1_c = +0.07; cut1_si = 0.18;
cut2_a = -0.974; cut2_c = +0.15; cut2_si = 0.18;
}
26 changes: 26 additions & 0 deletions 274241/input_files.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <string>
#include <vector>

//----------------------------------------------------------------------------------------------------

std::vector<std::string> input_files;

std::string input_ntuple_name;

void InitInputFiles()
{
input_ntuple_name = "TotemNtuple";

input_files.clear();

std::string prefix = "/afs/cern.ch/work/j/jkaspar/software/ctpps/production/develop/CMSSW_8_1_0_pre5/user/reconstruction/work_dir/multiple_runs_3/";
prefix += "274241/";

for (int idx = 0; idx <= 19; ++idx)
{
char buf[100];
sprintf(buf, "%i", idx);

input_files.push_back(prefix + buf + "/reco.root");
}
}
7 changes: 7 additions & 0 deletions 274241/parameters.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void ApplySettings()
{
n_si = 3.;

cut1_a = -1.003; cut1_c = +0.07; cut1_si = 0.18;
cut2_a = -0.974; cut2_c = +0.15; cut2_si = 0.18;
}
26 changes: 26 additions & 0 deletions 274244/input_files.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <string>
#include <vector>

//----------------------------------------------------------------------------------------------------

std::vector<std::string> input_files;

std::string input_ntuple_name;

void InitInputFiles()
{
input_ntuple_name = "TotemNtuple";

input_files.clear();

std::string prefix = "/afs/cern.ch/work/j/jkaspar/software/ctpps/production/develop/CMSSW_8_1_0_pre5/user/reconstruction/work_dir/multiple_runs_3/";
prefix += "274244/";

for (int idx = 0; idx <= 11; ++idx)
{
char buf[100];
sprintf(buf, "%i", idx);

input_files.push_back(prefix + buf + "/reco.root");
}
}
7 changes: 7 additions & 0 deletions 274244/parameters.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void ApplySettings()
{
n_si = 3.;

cut1_a = -1.003; cut1_c = +0.07; cut1_si = 0.18;
cut2_a = -0.974; cut2_c = +0.15; cut2_si = 0.18;
}
26 changes: 26 additions & 0 deletions 274388/input_files.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <string>
#include <vector>

//----------------------------------------------------------------------------------------------------

std::vector<std::string> input_files;

std::string input_ntuple_name;

void InitInputFiles()
{
input_ntuple_name = "TotemNtuple";

input_files.clear();

std::string prefix = "/afs/cern.ch/work/j/jkaspar/software/ctpps/production/develop/CMSSW_8_1_0_pre5/user/reconstruction/work_dir/multiple_runs_3/";
prefix += "274388/";

for (int idx = 0; idx <= 19; ++idx)
{
char buf[100];
sprintf(buf, "%i", idx);

input_files.push_back(prefix + buf + "/reco.root");
}
}
7 changes: 7 additions & 0 deletions 274388/parameters.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void ApplySettings()
{
n_si = 3.;

cut1_a = -1.003; cut1_c = +0.07; cut1_si = 0.18;
cut2_a = -0.974; cut2_c = +0.15; cut2_si = 0.18;
}
26 changes: 26 additions & 0 deletions 274422/input_files.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <string>
#include <vector>

//----------------------------------------------------------------------------------------------------

std::vector<std::string> input_files;

std::string input_ntuple_name;

void InitInputFiles()
{
input_ntuple_name = "TotemNtuple";

input_files.clear();

std::string prefix = "/afs/cern.ch/work/j/jkaspar/software/ctpps/production/develop/CMSSW_8_1_0_pre5/user/reconstruction/work_dir/multiple_runs_3/";
prefix += "274422/";

for (int idx = 0; idx <= 19; ++idx)
{
char buf[100];
sprintf(buf, "%i", idx);

input_files.push_back(prefix + buf + "/reco.root");
}
}
7 changes: 7 additions & 0 deletions 274422/parameters.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void ApplySettings()
{
n_si = 3.;

cut1_a = -1.003; cut1_c = +0.07; cut1_si = 0.18;
cut2_a = -0.974; cut2_c = +0.15; cut2_si = 0.18;
}
26 changes: 26 additions & 0 deletions 274958/input_files.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <string>
#include <vector>

//----------------------------------------------------------------------------------------------------

std::vector<std::string> input_files;

std::string input_ntuple_name;

void InitInputFiles()
{
input_ntuple_name = "TotemNtuple";

input_files.clear();

std::string prefix = "/afs/cern.ch/work/j/jkaspar/software/ctpps/production/develop/CMSSW_8_1_0_pre5/user/reconstruction/work_dir/multiple_runs_3/";
prefix += "274958/";

for (int idx = 0; idx <= 6; ++idx)
{
char buf[100];
sprintf(buf, "%i", idx);

input_files.push_back(prefix + buf + "/reco.root");
}
}
7 changes: 7 additions & 0 deletions 274958/parameters.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void ApplySettings()
{
n_si = 3.;

cut1_a = -1.003; cut1_c = +0.07; cut1_si = 0.18;
cut2_a = -0.974; cut2_c = +0.15; cut2_si = 0.18;
}
26 changes: 26 additions & 0 deletions 274969/input_files.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <string>
#include <vector>

//----------------------------------------------------------------------------------------------------

std::vector<std::string> input_files;

std::string input_ntuple_name;

void InitInputFiles()
{
input_ntuple_name = "TotemNtuple";

input_files.clear();

std::string prefix = "/afs/cern.ch/work/j/jkaspar/software/ctpps/production/develop/CMSSW_8_1_0_pre5/user/reconstruction/work_dir/multiple_runs_3/";
prefix += "274969/";

for (int idx = 0; idx <= 19; ++idx)
{
char buf[100];
sprintf(buf, "%i", idx);

input_files.push_back(prefix + buf + "/reco.root");
}
}
7 changes: 7 additions & 0 deletions 274969/parameters.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void ApplySettings()
{
n_si = 3.;

cut1_a = -1.003; cut1_c = +0.07; cut1_si = 0.18;
cut2_a = -0.974; cut2_c = +0.15; cut2_si = 0.18;
}
26 changes: 26 additions & 0 deletions 274999/input_files.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <string>
#include <vector>

//----------------------------------------------------------------------------------------------------

std::vector<std::string> input_files;

std::string input_ntuple_name;

void InitInputFiles()
{
input_ntuple_name = "TotemNtuple";

input_files.clear();

std::string prefix = "/afs/cern.ch/work/j/jkaspar/software/ctpps/production/develop/CMSSW_8_1_0_pre5/user/reconstruction/work_dir/multiple_runs_3/";
prefix += "274999/";

for (int idx = 0; idx <= 19; ++idx)
{
char buf[100];
sprintf(buf, "%i", idx);

input_files.push_back(prefix + buf + "/reco.root");
}
}
7 changes: 7 additions & 0 deletions 274999/parameters.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void ApplySettings()
{
n_si = 3.;

cut1_a = -1.003; cut1_c = +0.07; cut1_si = 0.18;
cut2_a = -0.974; cut2_c = +0.15; cut2_si = 0.18;
}
26 changes: 26 additions & 0 deletions 275125/input_files.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <string>
#include <vector>

//----------------------------------------------------------------------------------------------------

std::vector<std::string> input_files;

std::string input_ntuple_name;

void InitInputFiles()
{
input_ntuple_name = "TotemNtuple";

input_files.clear();

std::string prefix = "/afs/cern.ch/work/j/jkaspar/software/ctpps/production/develop/CMSSW_8_1_0_pre5/user/reconstruction/work_dir/multiple_runs_3/";
prefix += "275125/";

for (int idx = 0; idx <= 19; ++idx)
{
char buf[100];
sprintf(buf, "%i", idx);

input_files.push_back(prefix + buf + "/reco.root");
}
}
7 changes: 7 additions & 0 deletions 275125/parameters.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void ApplySettings()
{
n_si = 3.;

cut1_a = -1.003; cut1_c = +0.07; cut1_si = 0.18;
cut2_a = -0.974; cut2_c = +0.15; cut2_si = 0.18;
}
26 changes: 26 additions & 0 deletions 275310/input_files.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <string>
#include <vector>

//----------------------------------------------------------------------------------------------------

std::vector<std::string> input_files;

std::string input_ntuple_name;

void InitInputFiles()
{
input_ntuple_name = "TotemNtuple";

input_files.clear();

std::string prefix = "/afs/cern.ch/work/j/jkaspar/software/ctpps/production/develop/CMSSW_8_1_0_pre5/user/reconstruction/work_dir/multiple_runs_3/";
prefix += "275310/";

for (int idx = 0; idx <= 19; ++idx)
{
char buf[100];
sprintf(buf, "%i", idx);

input_files.push_back(prefix + buf + "/reco.root");
}
}
7 changes: 7 additions & 0 deletions 275310/parameters.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void ApplySettings()
{
n_si = 3.;

cut1_a = -1.003; cut1_c = +0.07; cut1_si = 0.18;
cut2_a = -0.974; cut2_c = +0.15; cut2_si = 0.18;
}
26 changes: 26 additions & 0 deletions 275345/input_files.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#include <string>
#include <vector>

//----------------------------------------------------------------------------------------------------

std::vector<std::string> input_files;

std::string input_ntuple_name;

void InitInputFiles()
{
input_ntuple_name = "TotemNtuple";

input_files.clear();

std::string prefix = "/afs/cern.ch/work/j/jkaspar/software/ctpps/production/develop/CMSSW_8_1_0_pre5/user/reconstruction/work_dir/multiple_runs_3/";
prefix += "275345/";

for (int idx = 0; idx <= 7; ++idx)
{
char buf[100];
sprintf(buf, "%i", idx);

input_files.push_back(prefix + buf + "/reco.root");
}
}
7 changes: 7 additions & 0 deletions 275345/parameters.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void ApplySettings()
{
n_si = 3.;

cut1_a = -1.003; cut1_c = +0.07; cut1_si = 0.18;
cut2_a = -0.974; cut2_c = +0.15; cut2_si = 0.18;
}
Loading

0 comments on commit 6a9f3a4

Please sign in to comment.