]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
10 years agoo change sigma Cl to sigma Cl + sigma Tr
wiechula [Sun, 20 Oct 2013 16:09:08 +0000 (16:09 +0000)]
o change sigma Cl to sigma Cl + sigma Tr

10 years agoo update macro
wiechula [Sun, 20 Oct 2013 13:15:02 +0000 (13:15 +0000)]
o update macro

10 years agoo remove printf
wiechula [Sun, 20 Oct 2013 13:11:22 +0000 (13:11 +0000)]
o remove printf

10 years agoo Add function for exact inverse
wiechula [Sun, 20 Oct 2013 12:43:23 +0000 (12:43 +0000)]
o Add function for exact inverse

10 years agoAdding q/pt resolution simulation
mivanov [Wed, 16 Oct 2013 22:19:12 +0000 (22:19 +0000)]
Adding q/pt resolution simulation

10 years ago Fast toy MC for differnt purposes.
mivanov [Wed, 16 Oct 2013 16:45:35 +0000 (16:45 +0000)]
  Fast toy MC for differnt purposes.
Currently:
  testExtrapolation() - to show track extrapolation errror
  testdEdxGEM();  -to show the dEdx respolution detoraition as function of the electron trasnparency

10 years agoo update macro
wiechula [Wed, 16 Oct 2013 16:07:35 +0000 (16:07 +0000)]
o update macro

10 years agoo fix integration
wiechula [Wed, 16 Oct 2013 14:59:22 +0000 (14:59 +0000)]
o fix integration

10 years agoo small macro
wiechula [Wed, 16 Oct 2013 07:42:06 +0000 (07:42 +0000)]
o small macro

10 years agoo add z0 list
wiechula [Tue, 15 Oct 2013 23:21:28 +0000 (23:21 +0000)]
o add z0 list

10 years agoo add force alpha
wiechula [Mon, 14 Oct 2013 21:31:52 +0000 (21:31 +0000)]
o add force alpha
o add usage of t0 list

10 years agoo add options for other gases and Epsilons
wiechula [Tue, 8 Oct 2013 11:31:15 +0000 (11:31 +0000)]
o add options for other gases and Epsilons

10 years agoo add calculation of residuals in the track fit
wiechula [Tue, 8 Oct 2013 11:08:04 +0000 (11:08 +0000)]
o add calculation of residuals in the track fit

10 years agoo add macro to create file with precalibrated SC mapcs
wiechula [Mon, 7 Oct 2013 22:48:56 +0000 (22:48 +0000)]
o add macro to create file with precalibrated SC mapcs

10 years agoAdd protection in case of 0 HV
mivanov [Fri, 27 Sep 2013 12:37:08 +0000 (12:37 +0000)]
Add protection in case of 0 HV

10 years agofix compiler warnings + set ownership of fIonTailArray
mkrzewic [Fri, 27 Sep 2013 09:39:23 +0000 (09:39 +0000)]
fix compiler warnings + set ownership of fIonTailArray

10 years agoTail cancelation
mivanov [Fri, 27 Sep 2013 09:02:53 +0000 (09:02 +0000)]
Tail cancelation

M       Base/AliTPCcalibDB.cxx   0 activate OCDB entry for IonTail
M       Rec/AliTPCtracker.cxx    - fix inverse logic used in switch
M       Base/AliTPCParam.cxx     - initialize nominal correction ofr high voltage

10 years ago Default style for figures
mivanov [Wed, 25 Sep 2013 15:22:09 +0000 (15:22 +0000)]
 Default style for figures

10 years agoUsing the script specifiing style from external file
mivanov [Wed, 25 Sep 2013 15:20:44 +0000 (15:20 +0000)]
Using the script specifiing style from external file

10 years agoDisabling f*ing fatal in OCDB acces to be able to run the test using framework.
mivanov [Tue, 24 Sep 2013 21:12:29 +0000 (21:12 +0000)]
Disabling f*ing fatal in OCDB acces to be able to run the test using framework.
Swith to disable f*ing fatal should be provided

(unknow author)

10 years agoInitialization of material budget before tracking steps
mivanov [Tue, 24 Sep 2013 19:56:58 +0000 (19:56 +0000)]
Initialization of material budget before tracking steps
(Marian)

10 years agoFixed problem with the ITS refit/update
mivanov [Tue, 24 Sep 2013 17:26:34 +0000 (17:26 +0000)]
Fixed problem with the ITS refit/update
(still wrong covariance matrix)

(Marian)

10 years agoBig commit.
mivanov [Tue, 24 Sep 2013 13:26:18 +0000 (13:26 +0000)]
Big commit.
Software  emulation of the tail  cancelation
Important of the PbPb and high interaction rate data.
(details in pallning tool https://trello.com/c/NoZHHD5f/6-tail-cancellation )

(Mesut, Marian)

M       Rec/AliTPCtracker.cxx        - apply tail cancleation on the cluster level
M       Rec/AliTPCtracker.h          -

M       Rec/AliTPCtrackerSector.cxx  - get number of clusters at given sector
M       Rec/AliTPCtrackerSector.h    - + checked acces to the array

M       Base/AliTPCcalibDB.cxx       -
        GetTailCancelationGraphs(Int_t sector, TGraphErrors ** graphRes, Float_t * indexAmpGraphs);
M       Base/AliTPCcalibDB.h         - Recalculate the tail values for given HV setting and cache the setting per sector

10 years agoParameterization of the gas properties - Usage in the MC
mivanov [Sat, 21 Sep 2013 22:00:32 +0000 (22:00 +0000)]
Parameterization of the gas properties - Usage in the MC
for task:
 https://trello.com/c/cLXI4aij/2-code-parameterized-bb-formula-data-mc-correspondence

A       Sim/AliTPCGen.h       - New file. "Potential" acces to the Geant3 common block
M       Sim/AliTPCv2.cxx      - usage of the parameterizaed gas parameters + max. number of steps 30000 ->120000
M       Sim/AliTPCv4.cxx      - ...
M       Sim/AliTPCv2.h        - include Geant3 common block acces
M       Sim/AliTPCv4.h        - ...
M       Sim/AliTPC.cxx        - changed definitions of gas mixtures

M       Rec/AliTPCseed.cxx    -  correct for different mean energy loss of the differnt gas compositions

10 years agoParameterization of the gas properties
mivanov [Sat, 21 Sep 2013 21:50:10 +0000 (21:50 +0000)]
Parameterization of the gas properties

M       Base/AliTPCParam.h    -  adding basic gas properties needed to simulate energy loss in Geant3 (before they were hardwired)
M       Base/AliTPCParam.cxx  -  setting defaults fr the gas properties (as used prevsiously)

(from Marek)

10 years agoM Calib/AliTPCPreprocessorOffline.cxx - Exporting the Correction graphs for...
mivanov [Sat, 21 Sep 2013 18:32:09 +0000 (18:32 +0000)]
M       Calib/AliTPCPreprocessorOffline.cxx - Exporting the Correction graphs for the param->GetGainSlopesHV() and param->GetGainSlopesPT()
M       Base/AliTPCParam.cxx                -  Usage of named histograms

10 years agoskip first time bins after the gate opening - baseline is not wel defined
mivanov [Sat, 21 Sep 2013 08:29:31 +0000 (08:29 +0000)]
skip first time bins after the gate opening - baseline is not wel defined
default  time bins to be used after the  gate opening

(Marian)

M       Rec/AliTPCRecoParam.cxx    -  skip first time bins after the gate opening - baseline is not wel defined
M       Rec/AliTPCRecoParam.h      -  parameterization
M       Rec/AliTPCseed.cxx         -  Usage L1 + gate delay from the CTP

10 years agoSmall modifications:
mivanov [Sat, 21 Sep 2013 08:04:33 +0000 (08:04 +0000)]
Small modifications:
1.) debug streamer had to be explicitly open in recreate mode
2.) default values of correction factors HVandPT (1 instead of 0)

M       Rec/AliTPCtracker.cxx              - Debug streamer open in the recreate mode
M       Rec/AliTPCclusterer.cxx            - Debug streamer only in case of given bitmask active
M       Rec/AliTPCseed.cxx                 - Protection against 0 per chamber calibration
M       Base/AliTPCcalibDB.cxx             - Default value for the HVandPT correction is 1 as it is multiplicative correction factor

10 years agoChanges for task:
mivanov [Fri, 20 Sep 2013 21:38:02 +0000 (21:38 +0000)]
Changes for task:
https://trello.com/c/y2PApfkL/1-code-high-voltage-and-p-t-correction-of-gain

Usage of basic HighVoltage and Presure/Temperature (time) dependent gas gain correction.

Double_t correctionHVandPT = calib->GetGainCorrectionHVandPT(timeStamp, calib->GetRun(), isec, 5 ,tpcrecoparam->GetGainCorrectionHVandPTMode());

M       Sim/AliTPC.cxx          -  Usage in simulation (according mode)  - multiplicative factor of gain
M       Rec/AliTPCRecoParam.h   -  Switch/ mode of usage of the HVandPT correction
M       Rec/AliTPCRecoParam.cxx -  ...
M       Rec/AliTPCseed.cxx      -  Usage in the reconstruction dEdx+    amp[ncl]/=correctionHVandPT;    // correction for the HV and P/T - time dependent

M       Base/AliTPCcalibDB.cxx  -  Implementing different mode of the usage of the HVandPT correction
M       Base/AliTPCcalibDB.h    -  ...

10 years agoUsage of per run z shift correction which is calibrated together with the drift veloc...
mivanov [Fri, 20 Sep 2013 12:34:05 +0000 (12:34 +0000)]
Usage of per run z shift correction which is calibrated together with the drift velocity and time 0.
Details in planning tool:
https://trello.com/c/eNjUheAC/14-use-the-delta-z-calibration-from-the-cpass0

(Marian)

10 years agoCuts configuarable from outside.
mivanov [Fri, 20 Sep 2013 12:02:29 +0000 (12:02 +0000)]
Cuts configuarable from outside.
Standard cuts defined base on geomtiry+ cuts on crossed rows.

first part of cahcges for the task:
https://trello.com/c/iUfhRsQd/4-calibration-pile-up-filtering-for-the-calibration-gain-calibration

(for Alexander)

                                  be ignored--

M    Calib/AliTPCcalibTimeGain.cxx
M    Calib/AliTPCcalibGainMult.cxx
M    Calib/AliTPCcalibTimeGain.h
M    Calib/AliTPCcalibGainMult.h

10 years agoCDB/AliDCSSensor.cxx - use option for Drawing, rmeoving warning in the Draw
mivanov [Thu, 19 Sep 2013 14:34:00 +0000 (14:34 +0000)]
CDB/AliDCSSensor.cxx    - use option for Drawing, rmeoving warning in the Draw
ESD/AliTrackerBase.cxx  - Use staight line aprroximation if very small curvature

(Marian)

10 years agomerge from trunk (small, after 2 days period from last one)
mkrzewic [Wed, 18 Sep 2013 10:04:49 +0000 (10:04 +0000)]
merge from trunk (small, after 2 days period from last one)

10 years agoremove to be merged
jthaeder [Wed, 18 Sep 2013 08:23:58 +0000 (08:23 +0000)]
remove to be merged

10 years agoadd IonTail object
jthaeder [Tue, 17 Sep 2013 22:01:27 +0000 (22:01 +0000)]
add IonTail object

10 years agoIontail object for OCDB
jthaeder [Tue, 17 Sep 2013 20:52:35 +0000 (20:52 +0000)]
Iontail object for OCDB

10 years agocode and files for running Glauber+SNM fit to ZDC
atoia [Tue, 17 Sep 2013 19:21:32 +0000 (19:21 +0000)]
code and files for running Glauber+SNM fit to ZDC

10 years agoThe speed-up of the Poisson relaxation was lost adding it back
mivanov [Tue, 17 Sep 2013 18:28:16 +0000 (18:28 +0000)]
The speed-up of the Poisson relaxation was lost  adding it back
Pointer array arithmetics instead of the matrix inteface

M       Base/AliTPCCorrection.cxx - Adding switch isLocal (not yet used) + speed up of the Possion3D calculation
M       Base/AliTPCCorrection.h

(Marian)

10 years agoChanges for task:
mivanov [Tue, 17 Sep 2013 18:17:53 +0000 (18:17 +0000)]
Changes for task:
https://trello.com/c/y2PApfkL/1-code-high-voltage-and-p-t-correction-of-gain

M       Base/AliTPCParam.cxx      - Gain correction as function of HV and P/T
M       Base/AliTPCParam.h
M       Base/AliTPCcalibDB.cxx    - Gain correction as function of HV and P/T + deltaZ per run
M       Base/AliTPCcalibDB.h      - Gain correction as function of HV and P/T

10 years agoUserDataRecoPass not transient
antoniol [Tue, 17 Sep 2013 18:13:24 +0000 (18:13 +0000)]
UserDataRecoPass not transient

10 years agosolving issue with copy constructor (F.Prino)
dcaffarr [Tue, 17 Sep 2013 17:47:27 +0000 (17:47 +0000)]
solving issue with copy constructor (F.Prino)

10 years agoUpdated macro to calculate space charge fluctuation
mivanov [Tue, 17 Sep 2013 17:11:34 +0000 (17:11 +0000)]
Updated macro to calculate space charge fluctuation
(Marian)

10 years agocommiting merged AliTPCPIDResponse.h
agrigora [Tue, 17 Sep 2013 15:16:15 +0000 (15:16 +0000)]
commiting merged AliTPCPIDResponse.h

10 years agomerging trunk to TPCdev
agrigora [Tue, 17 Sep 2013 15:07:49 +0000 (15:07 +0000)]
merging trunk to TPCdev

10 years agoFrom Chris
loizides [Tue, 17 Sep 2013 10:07:03 +0000 (10:07 +0000)]
From Chris

10 years agoInstall a new script
cholm [Tue, 17 Sep 2013 09:17:22 +0000 (09:17 +0000)]
Install a new script

10 years agoVarious fixes
cholm [Tue, 17 Sep 2013 09:17:02 +0000 (09:17 +0000)]
Various fixes

10 years agoAdded correlation of MC triggers
cholm [Tue, 17 Sep 2013 09:16:31 +0000 (09:16 +0000)]
Added correlation of MC triggers

Fixed that we took all events to be MB, even if
MB is downscaled.

Also fixed that we did not flag pile-up except in
pp, and added out-of-bunch pileup check

10 years agoAlso get stuff from directories
cholm [Tue, 17 Sep 2013 09:14:40 +0000 (09:14 +0000)]
Also get stuff from directories

10 years agoAdded stuff to be written to shell script after completion.
cholm [Tue, 17 Sep 2013 09:14:11 +0000 (09:14 +0000)]
Added stuff to be written to shell script after completion.
Useful for automating tasks done frequently.

10 years agoUpdates to the P(Nch) analysis.
cholm [Tue, 17 Sep 2013 09:12:35 +0000 (09:12 +0000)]
Updates to the P(Nch) analysis.
- Better summary.
- Separate script with external data
- Summary after unfoldomg
- Create trigger/vertex bias correction

10 years agoCoverity fix
kharlov [Mon, 16 Sep 2013 18:56:42 +0000 (18:56 +0000)]
Coverity fix

10 years agoprotection against rejection of MB events by bad trigger rejection
gconesab [Mon, 16 Sep 2013 15:51:18 +0000 (15:51 +0000)]
protection against rejection of MB events by bad trigger rejection

10 years agoRemove electron MC histograms
gconesab [Mon, 16 Sep 2013 15:41:28 +0000 (15:41 +0000)]
Remove electron MC histograms
Apply ss simple cut if requested for some MC histograms
Add method to fill Armeteros histograms, histograms provided, code missing

10 years agonew parametrization for new definition of local maxima
gconesab [Mon, 16 Sep 2013 15:38:24 +0000 (15:38 +0000)]
new parametrization for new definition of local maxima

10 years agoAllow local maxima in diagonal to be 2 local maxima instead of 1
gconesab [Mon, 16 Sep 2013 15:37:36 +0000 (15:37 +0000)]
Allow local maxima in diagonal to be 2 local maxima instead of 1

10 years agofix list ownership
zconesa [Mon, 16 Sep 2013 13:34:25 +0000 (13:34 +0000)]
fix list ownership

10 years agoChanges needed to calculate and store the dEdxTot and dEdxMax
mivanov [Mon, 16 Sep 2013 12:29:15 +0000 (12:29 +0000)]
Changes needed to calculate and store the dEdxTot and dEdxMax

M       Rec/AliTPCtracker.cxx      -  adding dEdxMax and setting information
M       Rec/AliTPCseed.cxx         -  adding dEdxMax and setting information
M       Rec/AliTPCseed.h           -  adding dEdxMax and setting information
M       Rec/AliTPCclusterer.cxx    - debug streamer activated only for special flag

10 years agoCoverity warning corrected.
morsch [Mon, 16 Sep 2013 12:10:42 +0000 (12:10 +0000)]
Coverity warning corrected.

10 years ago- test comiit
jbook [Mon, 16 Sep 2013 11:29:04 +0000 (11:29 +0000)]
- test comiit

10 years ago-test commit
jbook [Mon, 16 Sep 2013 11:22:28 +0000 (11:22 +0000)]
-test commit

10 years agoupdated
ssakai [Mon, 16 Sep 2013 10:30:35 +0000 (10:30 +0000)]
updated

10 years agoMods to re-run V0 and Cascade vertexers
delia [Mon, 16 Sep 2013 10:08:36 +0000 (10:08 +0000)]
Mods to re-run V0 and Cascade vertexers

10 years agoAdd task macro for Patrick
hongyan [Mon, 16 Sep 2013 08:53:12 +0000 (08:53 +0000)]
Add task macro for Patrick

10 years agoCoverity fix
agheata [Mon, 16 Sep 2013 08:52:04 +0000 (08:52 +0000)]
Coverity fix

10 years agoTypo fix: fSourceRho --> fTargetRho (detected by Coverity)
mvl [Mon, 16 Sep 2013 08:48:39 +0000 (08:48 +0000)]
Typo fix: fSourceRho --> fTargetRho (detected by Coverity)

10 years agoCoverity fix.
zampolli [Mon, 16 Sep 2013 08:36:05 +0000 (08:36 +0000)]
Coverity fix.

10 years agoAdding infrastructure for pPb and 8 TeV pp analyses
cnattras [Mon, 16 Sep 2013 02:51:22 +0000 (02:51 +0000)]
Adding infrastructure for pPb and 8 TeV pp analyses

10 years agoUpdates to jet QA task + minor things in the dijet task (from Marta)
mvl [Sun, 15 Sep 2013 22:02:25 +0000 (22:02 +0000)]
Updates to jet QA task + minor things in the dijet task (from Marta)

10 years agoCommit of Hypertriton task for Ramona
bdoenigu [Sun, 15 Sep 2013 19:41:16 +0000 (19:41 +0000)]
Commit of Hypertriton task for Ramona

10 years agoFB7 PID workaround change, //! added to St1
dgangadh [Sun, 15 Sep 2013 13:31:58 +0000 (13:31 +0000)]
FB7 PID workaround change, //! added to St1

10 years agosmall update
morsch [Fri, 13 Sep 2013 15:49:11 +0000 (15:49 +0000)]
small update
Emilia

10 years agoRevert 440cm extrapol in AddTaskJetPreparation; accidental commit (from Marta)
mvl [Fri, 13 Sep 2013 15:12:24 +0000 (15:12 +0000)]
Revert 440cm extrapol in AddTaskJetPreparation; accidental commit (from Marta)

10 years agoChanging mixing options
mbombara [Fri, 13 Sep 2013 15:09:43 +0000 (15:09 +0000)]
Changing mixing options

10 years agoUpdate to jet matching algorithm (from Redmer)
mvl [Fri, 13 Sep 2013 14:58:44 +0000 (14:58 +0000)]
Update to jet matching algorithm (from Redmer)

10 years agoUpdates to dijet analysis task (from Marta)
mvl [Fri, 13 Sep 2013 14:57:47 +0000 (14:57 +0000)]
Updates to dijet analysis task (from Marta)

10 years agosubmitted AddTasks for Dalitz
fbock [Fri, 13 Sep 2013 14:51:18 +0000 (14:51 +0000)]
submitted AddTasks for Dalitz

10 years agoUpdates for bunch crossing pileup, event selection, histogramming.
kharlov [Fri, 13 Sep 2013 14:49:59 +0000 (14:49 +0000)]
Updates for bunch crossing pileup, event selection, histogramming.
Common use for LHC10d, LHC10e, LHC11a.

10 years agoCoverity fix. Mult bin limits change.
dgangadh [Fri, 13 Sep 2013 14:46:35 +0000 (14:46 +0000)]
Coverity fix. Mult bin limits change.

10 years agoK0s code update (Matt Steinpreis)
dgangadh [Fri, 13 Sep 2013 14:43:18 +0000 (14:43 +0000)]
K0s code update (Matt Steinpreis)

10 years agobug fix: wrong "merged clusters" flag was added to the HLT output during dummy run...
sgorbuno [Wed, 11 Sep 2013 15:28:50 +0000 (15:28 +0000)]
bug fix: wrong "merged clusters" flag was added to the HLT output during dummy run of the cluster compression component. Happend when the
HLTReconstructor reads the HLT data from the raw files and passes it thorugh the HLT system.

10 years ago1. Updated comments for batch submission
mivanov [Wed, 11 Sep 2013 13:40:07 +0000 (13:40 +0000)]
1. Updated comments for batch submission
2. Script fo the epsilon scan submission
(Marian)

10 years agoAdding possibility to calculate the 3D distortion maps
mivanov [Wed, 11 Sep 2013 13:21:27 +0000 (13:21 +0000)]
Adding possibility to calculate the 3D distortion maps
3D distortion maps obtained using the Poisson relaxation technique
M    AliTPCSpaceCharge3D.h
M    AliTPCSpaceCharge3D.cxx

(Marian)

10 years agoIncreasing ClassDeff. Forgotten in previous commit.
akalweit [Wed, 11 Sep 2013 13:14:55 +0000 (13:14 +0000)]
Increasing ClassDeff. Forgotten in previous commit.

10 years agoUpdate scroipt , possible to use also the qsub
mivanov [Wed, 11 Sep 2013 12:01:36 +0000 (12:01 +0000)]
Update scroipt , possible to use also the qsub
(MI)

10 years agoprovide the possibility to merge the QA using the standard grid tools (QAtrain_duo...
mkrzewic [Wed, 11 Sep 2013 09:39:55 +0000 (09:39 +0000)]
provide the possibility to merge the QA using the standard grid tools (QAtrain_duo.C script)

10 years agoFrom Redmer:
mvl [Tue, 10 Sep 2013 20:56:36 +0000 (20:56 +0000)]
From Redmer:
-fix for compatibility issues with new base classes (rho classes)
-jet matching task: bugfixes and new features

10 years agoAdding vertex constrain and the ITS to the space charge fluctuation studies.
mivanov [Tue, 10 Sep 2013 20:25:01 +0000 (20:25 +0000)]
Adding vertex constrain and the ITS to the space charge fluctuation studies.
Aim to study the tracking bias
(Marian)

10 years agoDo not overwrite user decay options
morsch [Tue, 10 Sep 2013 16:03:15 +0000 (16:03 +0000)]
Do not overwrite user decay options

10 years agocumulative changes for root scripts and code cleanup
eserradi [Tue, 10 Sep 2013 13:30:46 +0000 (13:30 +0000)]
cumulative changes for root scripts and code cleanup

10 years agocoverity fix (Prabhat Pujahari <p.pujahari@gmail.com>)
miweber [Tue, 10 Sep 2013 11:52:07 +0000 (11:52 +0000)]
coverity fix (Prabhat Pujahari <p.pujahari@gmail.com>)

10 years agochange some messages from AliError to AliDebug
zconesa [Tue, 10 Sep 2013 10:50:57 +0000 (10:50 +0000)]
change some messages from AliError to AliDebug

10 years agocompile bug fixed
maszyman [Tue, 10 Sep 2013 09:21:52 +0000 (09:21 +0000)]
compile bug fixed

10 years agoadded possibility to use DCA from global tracks apart from TPC-only tracks
maszyman [Tue, 10 Sep 2013 08:43:53 +0000 (08:43 +0000)]
added possibility to use DCA from global tracks apart from TPC-only tracks

10 years agoadded possibility to use DCA from global tracks apart from TPC-only tracks
maszyman [Tue, 10 Sep 2013 08:19:04 +0000 (08:19 +0000)]
added possibility to use DCA from global tracks apart from TPC-only tracks

10 years agoadded possibility to use DCA from global tracks apart from TPC-only tracks
maszyman [Tue, 10 Sep 2013 08:18:02 +0000 (08:18 +0000)]
added possibility to use DCA from global tracks apart from TPC-only tracks

10 years agoupdate bad channel map for 2013 periods - Elienos
gconesab [Tue, 10 Sep 2013 06:30:27 +0000 (06:30 +0000)]
update bad channel map for 2013 periods - Elienos

10 years agoadded Dalitz addTask
fbock [Mon, 9 Sep 2013 15:40:00 +0000 (15:40 +0000)]
added Dalitz addTask

10 years agodalitz modified
fbock [Mon, 9 Sep 2013 14:58:51 +0000 (14:58 +0000)]
dalitz modified

10 years ago Adding possibility to cut on length over which the track is sampled in the active...
akalweit [Mon, 9 Sep 2013 14:52:19 +0000 (14:52 +0000)]
 Adding possibility to cut on length over which the track is sampled in the active volume of the TPC.