Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guillaume Baulieu
agapro
Commits
0e338348
Commit
0e338348
authored
Jan 31, 2019
by
Jérémie Dudouet
Browse files
Add compression level in TreeBuilder
Remove MFM condition in femul
parent
0b931d23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
WinCtest/femul.cpp
WinCtest/femul.cpp
+1
-1
consumers/TreeBuilder/AGAPRO_TreeBuilder.cpp
consumers/TreeBuilder/AGAPRO_TreeBuilder.cpp
+1
-1
No files found.
WinCtest/femul.cpp
View file @
0e338348
...
...
@@ -61,7 +61,7 @@ FILTER TrackingFilterOFT
FILTER TrackingFilterMGT
FILTER BasicATSB
CONSUMER BasicAFC
CONSUMER T
B_AgNedDiam
CONSUMER T
reeBuilder
CONSUMER None pseudo-actor to close a chain without output
DISPATCHER BuilderName pseudo actor to connect the output of a chain to an input queue of a BUILDER
*********************************************************/
...
...
consumers/TreeBuilder/AGAPRO_TreeBuilder.cpp
View file @
0e338348
...
...
@@ -265,7 +265,7 @@ void TreeBuilder::NewTree()
TString
Name
=
Form
(
"%s/%s%.4d.root"
,
fSaveDir
.
data
(),
fNamePatern
.
data
(),
fCurrentFileNumber
);
fFile
=
new
TFile
(
Name
,
"recreate"
);
fFile
->
SetCompressionLevel
(
0
);
//
fFile->SetCompressionLevel(0);
fTree
=
new
TTree
(
fTreeName
.
data
(),
fTreeName
.
data
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment