You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PlainTreeFiller and TaskManager features (#145)
* PlainTreeFiller - add warning when try to ignore or preserve absent field
* follow prev. commit
* PlainTreeFiller: enable fields renaming
* PlainTreeFiller - add warning when try to rename absent field
* add GetObjectWithNullptrCheck to HelperFunctions
* for (auto& -> for (const auto&
* enable start TaskManager::Run() from arbitrary event
* bugfix const in AnalysisTask.test.cpp; fix typos in ReadMe
* bugfix a500e40 for the case of chain_->GetEntries() == 0
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ Basic objects are:<br>
29
29
- Hit (position and signal)<br>
30
30
- Module (id and signal)<br>
31
31
Four mentioned objects are so-called channelized:
32
-
they contain set of channels (namely tracks, prticles, hits or modules) in each event<br>
32
+
they contain set of channels (namely tracks, particles, hits or modules) in each event<br>
33
33
- EventHeader (vertex position) - contains information related to specific event<br>
34
34
- DataHeader - contains common information for all events<br>
35
35
- Matching - establishes a correspondence between channels in channelized objects (e.g. between simulated particle and reconstructed track).
36
36
37
-
Additionaly to mandatory information specified in round brackets (a.k.a. "default fileds"), each object can contain any number of integer, floating or boolean fields (a.k.a. "user-defined fields").
37
+
Additionally to mandatory information specified in round brackets (a.k.a. "default fields"), each object can contain any number of integer, floating or boolean fields (a.k.a. "user-defined fields").
38
38
Information about all fields in all branches is stored in Configuration object.
0 commit comments