FairRoot
|
This example bases on examples/MQ/pixelDetector.
The motivation behind is to get rid of TClonesArrays in the data transport.
For that, PixelAltFindHits class with ExecMQ() function was created that takes array of PixelPayload::Digi to create an array of PixelPayload::Hit. This eliminates necessity to deal with TClonesArray when reconstructing data.
Three devices has been created:
Preparations: root -l -q 'run_sim.C(100000)' &> sim_100k.dat; root -l -q run_digi.C; root -l -q 'run_digiToBin.C(0)';
Script startFairMQPixAlt.sh: