Skip to content

Releases: JeffersonLab/clas12root

fix rich

22 Jul 10:03
2df25ae
Compare
Choose a tag to compare

Fix rich detector_id

iguana

30 May 13:29
Compare
Choose a tag to compare

Include an Iguana interface for clas12root
Header only classes given in iguana/ loaded at runtime via LoadIguana.C
Simple usage, configuration done behind the scenes :

  clas12root::Iguana ig;
  ig.GetTransformers().Use("clas12::MomentumCorrection");
  //add many other transforms, creators, filters
  ...
  while ( chain.Next() ){
    ...
    //apply all corrections to particles
    ig.GetTransformers().doAllCorrections({electron,pip,pim},{&p4el,&p4pip,&p4pim});

external hipo

07 May 10:13
cab813e
Compare
Choose a tag to compare

Use an external hipo library

qadb 1.3.0

03 Nov 08:50
4b4421c
Compare
Choose a tag to compare

update to clasqadb for RGM

database bugfix

25 Oct 10:54
0f16805
Compare
Choose a tag to compare

Fix bug in clas12database preventing setting of correct run number

fix actions

10 Aug 08:26
d2b339b
Compare
Choose a tag to compare

Refactor clas12qadb to clas12-qadb
Fix particleTree etc for rich variables
prevent updateDB call if run number has not changed (i.e. for running on DST files, which are many per run)

clas12-qadb

10 Aug 08:25
c0b106a
Compare
Choose a tag to compare

Refactor clas12qadb to clas12-qadb
Fix particleTree etc for rich variables
prevent updateDB call if run number has not changed (i.e. for running on DST files, which are many per run)

ready for pass 2

07 Mar 09:14
fdc263f
Compare
Choose a tag to compare

Banks updated for pass 2 DSTs

minor updates

27 Oct 13:40
86d9692
Compare
Choose a tag to compare

hipo bug fix
tidy up examples

Qa1.2.2 and target polarization

21 Aug 21:39
050b2f7
Compare
Choose a tag to compare