Skip to content

TRD rawstats from reader, pulseheight, digits and tracklets#954

Merged
Barthelemy merged 1 commit into
AliceO2Group:masterfrom
bazinski:trdrawstats
Nov 17, 2021
Merged

TRD rawstats from reader, pulseheight, digits and tracklets#954
Barthelemy merged 1 commit into
AliceO2Group:masterfrom
bazinski:trdrawstats

Conversation

@bazinski
Copy link
Copy Markdown
Contributor

This adds TRD :

  • raw stats from the reader
  • pulseheight plots
  • digits
  • tracket
  • checks on the pulseheight.

Copy link
Copy Markdown
Collaborator

@Barthelemy Barthelemy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see my comments. Nothing significant. Thank you for your PR.

Comment thread Modules/TRD/RawData.json
"url": "infologger:///debug?qc"
},
"consul": {
"url": "http://consul-test.cern.ch:8500"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this default consul instance. It is not used anymore. Just leave it blank.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, done. The actual working json file is in my home directory on the epn. Should the current json files reside in the git repo?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the json file in git is usually the one you use to test locally your code.


///
/// \file Noise.h
/// \author My Name
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add your name ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file removed, but name fixed in the other files

namespace o2::quality_control_modules::trd
{

/// \brief Example Quality Control DPL Task
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and update the description ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just removed Noise.* and updated the descriptions in the other files.

void reset() override;

private:
TH1F* mHistogram = nullptr;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems that the class Noise is just the default skeleton. What is its purpose ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ja it was supposed to be removed, it will be used to do the noise analysis, which is still outstanding, we have a basic one via another mechanism. Its to monitor the noise calibration.

Copy link
Copy Markdown
Collaborator

@Barthelemy Barthelemy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your modifications.

@Barthelemy Barthelemy merged commit be61946 into AliceO2Group:master Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants