Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
10112b14
Commit
10112b14
authored
Apr 11, 2018
by
CLICdp user
Browse files
Remove some outdated macros
parent
1a2d95be
Changes
4
Hide whitespace changes
Inline
Side-by-side
macros/.rootmap
deleted
100644 → 0
View file @
1a2d95be
macros/.rootmap.bak
deleted
100644 → 0
View file @
1a2d95be
macros/labTest.sh
deleted
100755 → 0
View file @
1a2d95be
#!/bin/bash
TBCODE
=
..
DATADIR
=
${
1
}
CONDFILE
=
${
TBCODE
}
/cond/alignmentLab.dat
HISTOFILE
=
${
TBCODE
}
/histos/histogramsLabTest
${
2
}
.root
NEVENTS
=
-1
EVENTTIME
=
0.00005
STARTTIME
=
0
${
TBCODE
}
/bin/tbAnalysis
-d
${
DATADIR
}
-c
${
CONDFILE
}
-n
${
NEVENTS
}
-h
${
HISTOFILE
}
-t
${
EVENTTIME
}
-o
${
STARTTIME
}
macros/ntupleGenerator.sh
deleted
100755 → 0
View file @
1a2d95be
#!/bin/bash
ROOT
=
/afs/cern.ch/eng/clic/work/clicpix
EOSROOT
=
eos/clicdp/data/VertexTB/RawData/CERN_TB_DATA_May2015
RUN
=
${
1
}
RAWDATA
=
run0
${
RUN
}
.raw
# Get the data from EOS
mkdir
-p
Run
${
RUN
}
xrdcp root://eospublic//
${
EOSROOT
}
/
${
RAWDATA
}
${
RAWDATA
}
# Convert the data from the eudaq raw format
${
ROOT
}
/../eudaq/bin/MonitorEventsSG.exe
${
RAWDATA
}
-e
1000000
-g
10
-p
Run
${
RUN
}
&> /dev/null
rm
${
RAWDATA
}
# Produce the ntuple of pixels
${
ROOT
}
/tbAnalysis/branches/trunk/bin/tbAnalysis
-d
Run
${
RUN
}
-c
../cond/AlignmentAngle0.dat
-f
pixelsRun
${
RUN
}
.root
rm
-rf
Run
${
RUN
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment