Tutorial 1) WIP: Intro to EUDAQ2 code

How to install it:


ITS3start.py

Location
  • eudaq2/user/ITS3/misc/
Goal: 
  • This is the main steering script for the data taking or beam tests

[Producer.ALPIDE_plane_3]
serial      = DAQ-00090101054B1F08
plane       = 3
triggermode = primary

→ primary is set in this case cause we are triggering on the ALPIDE plane3

ITS3-test.conf

Location
  • eudaq2/user/ITS3/misc/
  • Specs of the chips and of the power supplies

 [Producer.ALPIDE_plane_1]
 EUDAQ_DC      = dc
 EUDAQ_ID      = 1
 ITHR          = 60
 VCASN         = 107
 VCASN2        = 119
 VCLIP         = 60
 STROBE_LENGTH = 400
 DAQ           = DAQ-000904250102133C

ITS3-test.ini

Location
  • eudaq2/user/ITS3/misc/
  • Declare all the producer, data collectors, path, … 

ITS3DataCollector.py

Location
  • eudaq2/user/ITS3/python/

ALPIDEProducer.py

Location
  • eudaq2/user/ITS3/python/
  • all producers (link)

ALPIDERawEvent2StdEventConverter.cc

Location: 

  • eudaq2/user/ITS3/python/
  • all producers (link)