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
Xavier Garrido
CAMEL
Commits
a2c620a6
Commit
a2c620a6
authored
Apr 04, 2016
by
Plaszczynski Stephane
Browse files
clean proposal io/ still needs a test on size
parent
e931c848
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
14 deletions
+5
-14
cmt/requirements-gcc
cmt/requirements-gcc
+3
-4
src/camel/MCMC/pdf_gaussian.cc
src/camel/MCMC/pdf_gaussian.cc
+0
-9
src/camel/test/testCLHEP.cc
src/camel/test/testCLHEP.cc
+2
-1
No files found.
cmt/requirements-gcc
View file @
a2c620a6
...
...
@@ -74,8 +74,7 @@ macro_append cppflags ' -DRELPATH=\"$(CAMELROOT)/lik\" '
#
CAMEL
applications
#
pour
relinker
si
changement
:
toutes
les
application
du
package
macro
CAMEL_stamps
$(
PACKAGE_ROOT
)/$(
CMTCONFIG
)/
MinuitFit
.
stamp
macro
CAMEL_stamps
$(
PACKAGE_ROOT
)/$(
CMTCONFIG
)/
MCMC
.
stamp
macro
CAMEL_stamps
" $(PACKAGE_ROOT)/$(CMTCONFIG)/MinuitFit.stamp $(PACKAGE_ROOT)/$(CMTCONFIG)/MCMC.stamp "
macro
application_suffix
""
#
groupe
exec
...
...
@@ -98,8 +97,8 @@ macro_append Minimize_dependencies " MinuitFit "
macro_append
ScanParam_dependencies
" MinuitFit "
macro_append
writeChi2_dependencies
" MinuitFit "
macro_append
writeSpectra_dependencies
" MinuitFit "
macro_append
mcmc_dependencies
" MinuitFit"
macro_append
mcmc_dependencies
" MCMC"
macro_append
mcmc_dependencies
" MinuitFit
"
macro_append
mcmc_dependencies
" MCMC
"
macro_append
testKlass_dependencies
" MinuitFit"
macro_append
clik_example_CC_dependencies
" MinuitFit "
macro_append
test_clik_dependencies
" MinuitFit "
...
...
src/camel/MCMC/pdf_gaussian.cc
View file @
a2c620a6
...
...
@@ -194,15 +194,6 @@ void pdf_gaussian::set_cov(const char* cov_file)
}
}
file_in
.
close
();
//double det=_cov_matrix.determinant();
//cout << "det= " << det << endl;
// int ifail=0;
// _inv_cov=_cov_matrix;
// _inv_cov.invert(ifail);
// assert(ifail==0);
}
...
...
src/camel/test/testCLHEP.cc
View file @
a2c620a6
...
...
@@ -45,7 +45,8 @@ int main(int argc,char**argv){
//ca be written as flat ASCII file
cout
<<
"output written in matrixtest.dat"
<<
endl
;
ofstream
fileout
(
"matrixtest.dat"
);
string
filename
=
"matrixtest.dat"
;
ofstream
fileout
(
filename
.
c_str
());
fileout
<<
M
;
fileout
.
close
();
...
...
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