MarlinTPC

AdvancedAltroConverter

The AdvancedAltroConverter is a standalone program distributed with MarlinTPC in /bin/AdvancedAltroConverter. The source code is located in tools/DataConversionUtils/. This utility converts raw data taken with the ALTRO electronics into lcio format containing a collection of TrackerRawData. After taking the raw data this is the first step in the reconstruction chain. The AdvancedAltroConverter also fills electronics information and the channel mapping into the database according to the timestamp of the run start and run end.

More information is available by calling the program without any option.

Documentation of the different DAQ versions of the Altro eletronics:

* Version 4.2 to 4.5: dataformat-v4.2-4.5.pdf

* Version 4.6: dataformat-v4.6.pdf

* Version 4.7: dataformat-v4.7.pdf

Examples

Simple call, no database, no channelmapping

AdvancedAltroConverter -I raw/readout-17946_0.dat -O LCIOrawdata/readout-17946.slcio

Call used for test beam with Desy module in September 2012

AdvancedAltroConverter

-I /scratch/TB2012/raw/readout-17946_0.dat

-O /scratch/TB2012/LCIOrawdata/readout-17946.slcio

-C AltroRawData

-N LPTPC

-T Test_beam_run

-D lctpcconddb01.desy.de:lctpc:lctpcwriter:cptw123W

-G /LP1/T24_1/DESY/Grid_GEM_Module_V.2/ADCElectronicsParameters

-E /LP1/T24_1/DESY/Grid_GEM_Module_V.2/AltroExtElectronicsParameters

-M /scratch/TB2012/ChannelMapping.slcio

-m /LP1/T24_1/DESY/Grid_GEM_Module_V.2/channelmapping

-R

-P /scratch/TB2012/pedstore/pedestals-0-17946.ldat

-P /scratch/TB2012/pedstore/pedestals-1-17946.ldat

Description

Options

MarlinTPC: HowToUseAdvancedAltroConverter (last edited 2012-11-21 12:54:15 by AstridMuennich)