Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CommonClassifier
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Lea Reuter
CommonClassifier
Commits
27946bc2
There was a problem fetching the pipeline stages.
Commit
27946bc2
authored
6 years ago
by
Lea Reuter
Browse files
Options
Downloads
Plain Diff
Merge
parents
5fc960df
5eb47b57
Branches
kit_CMSSW943
No related tags found
No related merge requests found
Pipeline
#336226
passed with stages
in 8 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
interface/BDTClassifier.h
+0
-1
0 additions, 1 deletion
interface/BDTClassifier.h
src/BDTClassifier.cpp
+8
-0
8 additions, 0 deletions
src/BDTClassifier.cpp
with
8 additions
and
1 deletion
interface/BDTClassifier.h
+
0
−
1
View file @
27946bc2
...
...
@@ -32,7 +32,6 @@ public:
std
::
map
<
std
::
string
,
float
>
GetVariablesOfLastEvaluation
()
const
;
private:
void
SetCategory
(
const
std
::
vector
<
TLorentzVector
>&
selectedLeptonP4
,
const
std
::
vector
<
TLorentzVector
>&
selectedJetP4
,
...
...
This diff is collapsed.
Click to expand it.
src/BDTClassifier.cpp
+
8
−
0
View file @
27946bc2
...
...
@@ -152,6 +152,12 @@ BDTClassifier::BDTClassifier (string weightpath, double btagcut_):btagMcut(btagc
readerMap
[
"6j2t"
]
->
BookMVA
(
"BDT"
,
weightpath
+
"/weights_62.xml"
);
}
// BDTClassifier::BDTClassifier (string weightpath){
// BDTClassifier::BDTClassifier (string weightpath, double 0.8484);
//
// }
BDTClassifier
::~
BDTClassifier
(){
}
...
...
@@ -205,6 +211,8 @@ double BDTClassifier::GetBDTOutput(const std::vector<TLorentzVector>& selectedLe
const
std
::
vector
<
TLorentzVector
>&
selectedJetP4
,
const
std
::
vector
<
double
>&
selectedJetCSV
,
const
TLorentzVector
&
metP4
){
std
::
cout
<<
"Evaluateing BDT variables with btag cut "
<<
btagMcut
<<
std
::
endl
;
//std::cout<<"Evaluateing BDT variables with btag cut "<<btagMcut<<std::endl;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment