File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ IncludeCategories:
5151 Priority : 3
5252 CaseSensitive : true
5353 # O2
54- - Regex : ^(<|")(Algorithm|CCDB|Common[A-Z]|DataFormats|DCAFitter|Detectors|EMCAL|Field|Framework|FT0|FV0|GlobalTracking|ITS|MathUtils|MFT|MCH|MID|PHOS|PID|ReconstructionDataFormats|SimulationDataFormat|TOF|TPC|ZDC).*/.*\.h
54+ - Regex : ^(<|")(Algorithm|CCDB|Common[A-Z]|DataFormats|DCAFitter|Detectors|EMCAL|Field|Framework|FT0|FV0|GlobalTracking|GPU| ITS|MathUtils|MFT|MCH|MID|PHOS|PID|ReconstructionDataFormats|SimulationDataFormat|TOF|TPC|ZDC).*/.*\.h
5555 Priority : 4
5656 CaseSensitive : true
5757 # ROOT
Original file line number Diff line number Diff line change 77 if ($1 ~ /^ #include /) {
88 h = substr ($2 , 2 , length ($2 ) - 2 )
99 if ( h ~ /^ (PWG[A -Z ]{2 } | Common| ALICE3| DPG| EventFiltering| Tools| Tutorials)\/ . * \. h / ) { $2 = " \" " h" \" " } # O2Physics
10- else if ( h ~ /^ (Algorithm| CCDB| Common[A -Z ]| DataFormats| DCAFitter| Detectors| EMCAL| Field| Framework| FT0| FV0| GlobalTracking| ITS| MathUtils| MFT| MCH| MID| PHOS| PID| ReconstructionDataFormats| SimulationDataFormat| TOF| TPC| ZDC). * \/ . * \. h / ) { $2 = " <" h" >" } # O2
10+ else if ( h ~ /^ (Algorithm| CCDB| Common[A -Z ]| DataFormats| DCAFitter| Detectors| EMCAL| Field| Framework| FT0| FV0| GlobalTracking| GPU | ITS| MathUtils| MFT| MCH| MID| PHOS| PID| ReconstructionDataFormats| SimulationDataFormat| TOF| TPC| ZDC). * \/ . * \. h / ) { $2 = " <" h" >" } # O2
1111 else if ( h ~ /^ (T[A -Z ]| Math\/ | Roo[A -Z ])[[:alnum :] \/ ]+ \. h / ) { $2 = " <" h" >" } # ROOT
1212 else if ( h ~ /^ KF[A -Z ][[:alnum :] ]+ \. h / ) { $2 = " <" h" >" } # KFParticle
1313 else if ( h ~ /^ (fastjet\/ | onnxruntime) / ) { $2 = " <" h" >" } # FastJet, ONNX
You can’t perform that action at this time.
0 commit comments