| ||||||||
Changed: | ||||||||
< < | Reconstruction & Analysis instruction for the data including RD53A | |||||||
> > | Reconstruction & Analysis instruction for the data including RD53A | |||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
converter and pixgeo for RD53A AnalysisYarrConverterPlugin.cc[ YarrConverterPlugin.cc] Path:Eutelescope/master/external/eudaq/v1.8.0/main/lib/plugins/YarrConverterPlugin.cc RD53A.cc[ RD53A.cc] Path:Eutelescope/master/geometries/src/RD53A.cc RD53A.h[ RD53A.h] Path:Eutelescope/master/geometries/include/RD53A.hInstruction : installation of normal EUTelescopeexport ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase alias setupATLAS='source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh' setupATLAS --quiet localSetupROOT lsetup cmake lsetup git export ILCSOFT=/path/where/you/want/to/install cd $ILCSOFT git clone --branch dev-cpp14 https://github.com/terzo/iLCInstall.git cd $ILCSOFT/iLCInstall | ||||||||
Changed: | ||||||||
< < | #change CMake_path in release-atlascvmfs-lxplus.cfg | |||||||
> > | #change CMake_path in release-atlascvmfs-lxplus.cfg | |||||||
Changed: | ||||||||
< < | #CMake_path = "/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/Cmake/3.10.0/Linux-x86_64/" | |||||||
> > | #CMake_path = "/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/Cmake/3.10.0/Linux-x86_64/" | |||||||
Changed: | ||||||||
< < | #3.10.0-> lsetup cmake version | |||||||
> > | #3.10.0-> lsetup cmake version | |||||||
./ilcsoft-install -i examples/eutelescope/release-atlascvmfs-lxplus.cfg | ||||||||
Changed: | ||||||||
< < | # take 1hr # when it successfully finished make script like below for the next login | |||||||
> > | # take 1hr # when it successfully finished make script like below for the next login | |||||||
cat > setupITKTB.sh <<EOF export TB_ANALYSIS=$TBRECBASEDIR/Reconstruction export TB_RECDIR=\$TB_ANALYSIS/TBReconstruction/TBReconstruction-trunk export ILCSOFT=/path/where/you/installed export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase alias setupATLAS='source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh' setupATLAS --quiet localSetupROOT && lsetup cmake source $ILCSOFT/v01-19-02/Eutelescope/master/build_env.sh EOF some analysis informationsome analysis information is written below, you can modify your config.cfg, gear.xml, RD53A.cc ...etc. if needed!
| ||||||||
Changed: | ||||||||
< < | telescope ID : 1,2,3,4,5,6 (not 0 ~ 5) | |||||||
> > | telescope ID : 1,2,3,4,5,6 (not 0 ~ 5) | |||||||
RD53A(YARR) ID : 13 KEK94(reference) ID : 20 | ||||||||
Changed: | ||||||||
< < | SINTEF1(norway) ID : 21 | |||||||
> > | SINTEF1(norway) ID : 21 | |||||||
SINTEF3(norway) ID : 22
| ||||||||
Changed: | ||||||||
< < | centrerow ->Divide("rd53acentrepixel", 1, 400, 0, 1, 0, "N"); (in RD53A.cc) | |||||||
> > | centrerow ->Divide("rd53acentrepixel", 1, 400, 0, 1, 0, "N"); (in RD53A.cc) | |||||||
more information about TGeoVolume::Divide is here![]()
| ||||||||
Deleted: | ||||||||
< < | !!CAUTION!! This information may be not for RD53A!(copy from FE65) Only changed src file path! | |||||||
Changed: | ||||||||
< < | # change some hard coding histogram range : | |||||||
> > | !!CAUTION!! This information may be not suitable for RD53A!(copy from FE65) Only changed src file path! | |||||||
Changed: | ||||||||
< < | emacs -nw $ILCSOFT/v01-19-02/EUTelescope/master/processors/src/EUTelMille.cc | |||||||
> > | # change some hard coding histogram range : | |||||||
Changed: | ||||||||
< < | ### l.3204-3206 # const int NBin = 600; # const double Min = -300.; # const double Max = 300.; | |||||||
> > | emacs -nw $ILCSOFT/v01-19-02/EUTelescope/master/processors/src/EUTelMille.cc | |||||||
Changed: | ||||||||
< < | emacs -nw $ILCSOFT/v01-19-02/EUTelescope/master/processors/src/EUTelPreAlignment.cc | |||||||
> > | ### l.3204-3206 # const int NBin = 600; # const double Min = -300.; # const double Max = 300.; | |||||||
Added: | ||||||||
> > | emacs -nw $ILCSOFT/v01-19-02/EUTelescope/master/processors/src/EUTelPreAlignment.cc | |||||||
### l.177 183
# AIDA::IHistogram1D * histo1Da = AIDAProcessor::histogramFactory(this)->createHistogram1D( (basePath + tempHistoName).c_str(), 100 , -20., 20.); # AIDA::IHistogram1D * histo1Db = AIDAProcessor::histogramFactory(this)->createHistogram1D( (basePath + tempHistoName).c_str(), 100 , -20., 20.); | ||||||||
Changed: | ||||||||
< < | -- ![]() | |||||||
> > | -- ![]() | |||||||
Comments | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
|