Skip to content

Commit 02b270d

Browse files
authored
Adapted inputCard.xml to account for the new directory structure of O2Physics (#6983)
1 parent 8703999 commit 02b270d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/datamodel-doc/inputCard.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575

7676
<!-- relative to mainDir/O2Physicslocal -->
7777
<mainDir>
78-
DataModel/include/AnalysisDataModel
78+
.
7979
</mainDir>
8080

8181
<!-- relative to headerFiles/mainDir -->
8282
<subDirs>
83-
., PID
83+
Common/Core/PID, Common/DataModel
8484
</subDirs>
8585

8686
<!-- selection of files to consider as header files -->
@@ -96,12 +96,12 @@
9696

9797
<!-- relative to mainDir/O2Physicslocal -->
9898
<mainDir>
99-
Tasks
99+
.
100100
</mainDir>
101101

102102
<!-- relative to CMLfiles/mainDir -->
103103
<subDirs>
104-
., PID, PWGLF, PWGHF
104+
Common/TableProducer, Common/TableProducer/PID
105105
</subDirs>
106106

107107
<!-- selection of files to consider as CMakeLists files -->
@@ -117,12 +117,12 @@
117117

118118
<!-- relative to mainDir/O2Physicslocal -->
119119
<mainDir>
120-
Tasks
120+
.
121121
</mainDir>
122122

123123
<!-- relative to codeFiles/mainDir -->
124124
<subDirs>
125-
., PID, PWGLF, PWGHF
125+
Common/TableProducer, Common/TableProducer/PID
126126
</subDirs>
127127

128128
<!-- selection of files to consider as task code files -->

0 commit comments

Comments
 (0)